From 9bb320e157a9a491ce982a8eac23f4ce8fc9647c Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Tue, 3 Sep 2024 14:11:11 +0200 Subject: [PATCH] Version 0.42.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 01d714b..93d7329 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ch.sbs/catalog "0.41.1" +(defproject ch.sbs/catalog "0.42.0-SNAPSHOT" :description "A webapp to generate catalogs of the new items in the library" :url "https://github.com/sbsdev/catalog"