[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: bump version to 1.0.3
From: |
Admin |
Subject: |
[libeufin] branch master updated: bump version to 1.0.3 |
Date: |
Tue, 10 Jun 2025 20:07:55 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 8768dc54 bump version to 1.0.3
8768dc54 is described below
commit 8768dc549c72b437ec0d1108cfd296287c064f26
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 10 20:07:50 2025 +0200
bump version to 1.0.3
---
build.gradle | 2 +-
debian/changelog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 40c42d76..d2f03dc1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
}
group = "tech.libeufin"
-version = "1.0.2"
+version = "1.0.3"
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
throw new GradleException(
diff --git a/debian/changelog b/debian/changelog
index 595311e8..eea03959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libeufin (1.0.3) unstable; urgency=low
+
+ * Release version 1.0.3
+
+ -- Florian Dold <florian@dold.me> Tue, 10 Jun 2025 20:07:44 +0200
+
libeufin (1.0.2) unstable; urgency=low
* Release version 1.0.2
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: bump version to 1.0.3,
Admin <=