From 5e0a4c5bfcb3e4240d07def8746e1206c8158da4 Mon Sep 17 00:00:00 2001 From: anatoly Date: Sun, 6 May 2018 20:56:57 -0400 Subject: [PATCH] #97: self hosted 0.1.13-SNAPSHOT --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 8c3dc65..6bd2d55 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.12") +(def +version+ "0.1.13-SNAPSHOT") (set-env! :source-paths #{"src"}