From 594cc58b7109f7b83d346e65c169cf0caea1e062 Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 7 Aug 2018 23:27:21 -0400 Subject: [PATCH] releae 0.1.13 --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 6bd2d55..ccb068a 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.13-SNAPSHOT") +(def +version+ "0.1.13") (set-env! :source-paths #{"src"}