From 7763926380159b66f28215849167a9b4d278b20e Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 27 Jun 2016 18:43:41 -0400 Subject: [PATCH] bump version for development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6181ba3..9e2f968 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gered/views.sql "0.1" +(defproject gered/views.sql "0.2-SNAPSHOT" :description "Plain SQL view implementation for views" :url "https://github.com/gered/views.sql"