From cb8d717ac97d1b3248ce573ff1b1f9431f37b056 Mon Sep 17 00:00:00 2001 From: Minh Tuan Nguyen Date: Sat, 9 Jul 2016 22:35:38 +0200 Subject: [PATCH] release 0.1.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e1e9902..7645736 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject minhtuannguyen/cljocker "0.1.2-SNAPSHOT" +(defproject minhtuannguyen/cljocker "0.1.2" :description "a dockerfile dsl written in clojure" :url "" :license {:name "Eclipse Public License"