From 6178fda558c14d0134e28f05b262e9bc0888db9f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 5 Jan 2023 13:02:36 +0000 Subject: [PATCH] Upversioned to 1.0.6-SNAPSHOT for next cycle. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 576e379..2f811c0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.simon_brooke/internationalisation "1.0.5" +(defproject org.clojars.simon_brooke/internationalisation "1.0.6-SNAPSHOT" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}