From 9a6a03fc9d7454972ceb6da3bd483f1b0043176c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Aug 2023 08:54:41 +0000 Subject: [PATCH] chore(gradle): record current release version [skip-ci] --- kipher-core/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kipher-core/gradle.properties b/kipher-core/gradle.properties index 4a33e9a..6f66828 100644 --- a/kipher-core/gradle.properties +++ b/kipher-core/gradle.properties @@ -3,7 +3,7 @@ VERSION=0.2.0-SNAPSHOT # This is used for the release process, # to avoid relying on early versions declared in VERSION. -CURRENT_RELEASE=0.1.0 +CURRENT_RELEASE=0.1.1 POM_NAME=kipher-core POM_DESCRIPTION=Common utility libraries used by other kipher modules.