From 65656c43990ce176565d480df94a318d565f959e Mon Sep 17 00:00:00 2001 From: David Greenberg Date: Fri, 9 Oct 2015 11:08:30 +0100 Subject: [PATCH] Version 1.0.0 --- scheduler/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/project.clj b/scheduler/project.clj index 3110a811a0..f44238374c 100644 --- a/scheduler/project.clj +++ b/scheduler/project.clj @@ -13,7 +13,7 @@ ;; See the License for the specific language governing permissions and ;; limitations under the License. ;; -(defproject cook "0.1.0-SNAPSHOT" +(defproject cook "1.0.0" :description "This launches jobs on a Mesos cluster with fair sharing and preemption" :license {:name "Apache License, Version 2.0"} :dependencies [[org.clojure/clojure "1.6.0"]