From 395c899a627754e363ffa9e13caaa479274a2c7d Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 4 Apr 2024 13:26:51 +0100 Subject: [PATCH] Upversioned for further development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 56344f1..1cc996c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject journeyman-cc/the-great-game "0.1.2-SNAPSHOT" +(defproject journeyman-cc/the-great-game "0.1.3-SNAPSHOT" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}