commit 9b8065058041fdde79794c4d0a43a03727907991
parent cab41a0af89072a6829165a4f7ec9582de0378c0
Author: Florian Dold <florian@dold.me>
Date: Tue, 17 Sep 2024 21:42:23 +0200
bump version to 0.14.1
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = "tech.libeufin"
-version = "0.14.0"
+version = "0.14.1"
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
throw new GradleException(
diff --git a/debian/changelog b/debian/changelog
@@ -1,6 +1,6 @@
-libeufin (0.14.0) unstable; urgency=low
+libeufin (0.14.1) unstable; urgency=low
- * Release version 0.14.0
+ * Release version 0.14.1
-- Christian Grothoff <grothoff@gnu.org> Tue, 17 Sep 2024 16:45:24 +0200