From 65334fcffb989e01b348adef448d9a31a5065b0f Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 29 Sep 2013 17:05:26 +1000 Subject: Due to breaking change, go to 0.2.0-SNAPSHOT instead of 0.1.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 14229f5..dbe7f32 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-sql "0.1.1-SNAPSHOT" +(defproject clojure-sql "0.2.0-SNAPSHOT" :description "Relational algebra compiling down to SQL queries." :url "https://bitbucket.org/czan/clojure-sql/" :license {:name "Eclipse Public License" -- cgit v1.2.3