From 8861c857864cf6c6dd7a58302dcbc186fbf1134a Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 30 May 2017 15:16:15 -0700 Subject: [PATCH] Set development version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7f306c6..8c7f8c6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frak "0.1.7" +(defproject frak "0.1.8-SNAPSHOT" :description "Transform collections of strings into regular expressions." :url "http://github.com/noprompt/frak" :license {:name "Eclipse Public License" -- 2.25.1