From f6e6a92055d3c79306732586ec12d6c60da476b0 Mon Sep 17 00:00:00 2001 From: anatoly Date: Sun, 28 Feb 2016 18:38:56 -0500 Subject: [PATCH] onto 0.1.11-SNAPSHOT --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 3411d42..8732879 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.10") +(def +version+ "0.1.11-SNAPSHOT") (set-env! :source-paths #{"src"}