From 8c042197ab5ae18255daea1c5b4a0298fbd2d4d0 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 20 May 2025 09:52:00 +0100 Subject: [PATCH] Upversioned to 0.1.8-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 79c7dca..d2d2e99 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.7" +(defproject adl-support "0.1.8-SNAPSHOT" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"