From cfa36db9646420883d16eab6603cc3106e08c16d Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:32:11 +0100 Subject: [PATCH] Revert "lein-release plugin: preparing 0.1.2 release" This reverts commit 0118951e1f5b81afb5f740ce105dee9d9097896c. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ea626cb..e7e37db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.2" +(defproject adl-support "0.1.2-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"