commit 76c65b2d45e1f55df5fb68b868a644311c2d81e9
parent 0f45089ada0c1eac60120c6b4b0914ce10d788bc
Author: Florian Dold <florian@dold.me>
Date: Wed, 28 Aug 2024 22:46:37 +0200
bump version to 0.13.0
Diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = "tech.libeufin"
-version = "0.12.0"
+version = "0.13.0"
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
throw new GradleException(
@@ -69,4 +69,4 @@ task libeufinVersion {
classes {
dependsOn versionFile
-}
-\ No newline at end of file
+}
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+libeufin (0.13.0) unstable; urgency=low
+
+ * Release version 0.13.0
+
+ -- Florian Dold <dold@taler.net> Wed, 28 Aug 2024 22:45:24 +0200
+
libeufin (0.12.0) unstable; urgency=low
* Release version 0.12.0