From 11e5909887a76fe75b861b56cc8b3878110ff00f Mon Sep 17 00:00:00 2001 From: Juan Wajnerman Date: Thu, 18 Apr 2019 10:41:34 -0300 Subject: [PATCH] Set version number for release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c2df42fed..9d3dd90f2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject planwise "0.11.0-SNAPSHOT" +(defproject planwise "0.11.0" :description "Facility Planner" :url "http://github.com/instedd/planwise" :min-lein-version "2.0.0"