From 14af5d688475455e8f9c39b84540b88541e0bd47 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 6 Sep 2014 14:36:48 -0400 Subject: [PATCH] Increment template version --- template/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/project.clj b/template/project.clj index f314255..170e499 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.3.11" +(defproject play-clj/lein-template "0.3.11.1" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"