From 487b3994e962a7ac89ca57354e0a23e3716f4fff Mon Sep 17 00:00:00 2001 From: "Alexander K. Hudek" Date: Wed, 16 Jul 2014 20:10:16 -0400 Subject: [PATCH] Fix version for alpha release. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 44cbeab..1caaf2f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject views "0.1.0-SNAPSHOT" +(defproject views "0.1.0" :description "You underestimate the power of the SQL side" :url "https://github.com/diligenceengine/views"