From 1deb0890211f437edc01a53e3854ecc7f31b912a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 18:18:12 +0100 Subject: [PATCH] Revert "lein-release plugin: preparing 1.4.3 release" This reverts commit 5104f2c351db8d207c4a0718f01cfe317ed92092. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6b48055..eb62a25 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.3" +(defproject adl "1.4.3-SNAPSHOT" :description "An application to transform an ADL application specification document into skeleton code for a Clojure web-app" :url "https://github.com/simon-brooke/adl"