From ab44e355f65e5cb90c853961f113c57dcaa0c605 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 22 Sep 2018 09:22:39 +0100 Subject: [PATCH] lein-release plugin: bumped version from 0.1.5 to 0.1.6-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 118b206..34a7dc4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.5" +(defproject adl-support "0.1.6-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"