libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit d9142e97c0167e4231208e17f6a4379d30bf1c1a
parent 3b0aa4610772ef5ace8442532b247f917e59af3a
Author: Antoine A <>
Date:   Tue, 12 Mar 2024 11:30:58 +0100

bump version to 0.10.0

Diffstat:
Mbuild.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = "tech.libeufin" -version = "0.9.4a" +version = "0.10.0" if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){ throw new GradleException(