From 9959e3410d02bb95c3353b2ef8945b82ab0b7438 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:04:51 +0100 Subject: [PATCH] Reset to SNAPSHOT while working on automated release process --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a90c092..e50aa65 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.1" +(defproject adl-support "0.1.1-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"