From 45c9fe75c8633d52871607d02b9970e6d639c244 Mon Sep 17 00:00:00 2001 From: Dave Orme Date: Mon, 14 Nov 2016 16:00:48 -0600 Subject: [PATCH] Update project version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e40f194..4b01ee9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.shopsmart/clj-infrastructure "0.1.13" +(defproject com.github.shopsmart/clj-infrastructure "0.1.14" :description "Infrastructure helpers for AWS, database, etc." :url "https://github.com/shopsmart/clj-infrastructure"