From e07d7d6aade19d7c0aac5d3a9058e81e4b8748a4 Mon Sep 17 00:00:00 2001 From: anatoly Date: Thu, 25 Oct 2018 22:36:17 -0400 Subject: [PATCH] onto 0.1.15-SNAPSHOT --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 9a95b0f..98c1698 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.14") +(def +version+ "0.1.15-SNAPSHOT") (set-env! :source-paths #{"src"}