From 8fd2de90ce2172a75657f054bb12fbfbe457771a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 2 May 2019 15:43:07 +0100 Subject: [PATCH] lein-release plugin: bumped version from 0.1.6 to 0.1.7-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9a33b0a..4edca0a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.6" +(defproject adl-support "0.1.7-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"