From e7a4172237fbe704a6fece1d57ce80a83faccd8a Mon Sep 17 00:00:00 2001 From: Carmen La Date: Wed, 4 Jan 2017 00:25:13 -0500 Subject: [PATCH] promote from snapshot to release --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index db647a9..5fd0ff8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.47-SNAPSHOT" +(defproject cryogen-core "0.1.47" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" @@ -11,7 +11,7 @@ [clj-text-decoration "0.0.3"] [io.aviso/pretty "0.1.33"] [hiccup "1.0.5"] - [selmer "1.10.2"] + [selmer "1.10.3"] [pandect "0.6.1"] [hawk "0.2.11"] [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]]