From 267f3cf874321c6e486016b3509926f038feb5b8 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 10:48:35 +0100 Subject: [PATCH] Upversion to 0.1.4-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6b7163c..5e75697 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.3" +(defproject adl-support "0.1.4-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"