From c76d2ff1f0f3257be1051255625f0cf2a9188534 Mon Sep 17 00:00:00 2001 From: Daniils Petrovs Date: Mon, 12 Dec 2022 17:06:19 +0100 Subject: [PATCH] Bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cbda8c4..842c8d8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject atoss-cli "0.3.4-SNAPSHOT" +(defproject atoss-cli "0.3.5-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"