From 5f34f6b534d0c0d51bd14708186ff1faeb42c4e1 Mon Sep 17 00:00:00 2001 From: Daniils Petrovs Date: Mon, 13 Nov 2023 11:01:26 +0100 Subject: [PATCH] Release 0.3.8-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 344a876..0f9f2c1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject atoss-cli "0.3.7-SNAPSHOT" +(defproject atoss-cli "0.3.8-SNAPSHOT" :description "A CLI tool for interacting with ATOSS time sheets" :url "https://github.com/platogo/atoss-cli" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"