From 677812e3ee6fbbd7c0477a36de0a899187632e97 Mon Sep 17 00:00:00 2001 From: anatoly Date: Sat, 10 Feb 2018 14:53:04 -0500 Subject: [PATCH] releasing 0.1.12 --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index c06f3e4..8c3dc65 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.12-SNAPSHOT") +(def +version+ "0.1.12") (set-env! :source-paths #{"src"}