From 549d4ad2beed4387433dcacaa5737288d9dfda22 Mon Sep 17 00:00:00 2001
From: Simon Brooke <simon@journeyman.cc>
Date: Wed, 18 Jul 2018 23:17:21 +0100
Subject: [PATCH] Removed 'SNAPSHOT' from version number

---
 project.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.clj b/project.clj
index f2c7d3f..aa1d9d2 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject adl "1.4.1-SNAPSHOT"
+(defproject adl "1.4.1"
   :description "An application to transform an ADL application specification document into skeleton code for a Clojure web-app"
   :url "http://example.com/FIXME"
   :license {:name "GNU General Public License,version 2.0 or (at your option) any later version"