commit a8cba05132ffac2ee2adcd1b68ece6d3da73f9fa
parent 72d787d1bdf2c5f5e6938feeb086fe83501bfe0a
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 22 Feb 2023 10:52:52 +0100
bump gradle version
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -12,7 +12,7 @@ plugins {
}
group = 'tech.libeufin'
-version = '0.9.1'
+version = '0.9.2'
if (!JavaVersion.current().isJava11Compatible()){
throw new GradleException(
@@ -85,4 +85,4 @@ task execArch(type: Zip) {
rename { "bin/libeufin-cli" }
}
into(topDir)
-}
-\ No newline at end of file
+}