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