libeufin

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

commit 3c00d5f26fd469ef91e58b85b6c143fd05bb395a
parent fce10927c9c83ae48e1b2f40da1e3c0b4474b789
Author: MS <ms@taler.net>
Date:   Mon, 22 Feb 2021 13:43:01 +0100

bump version

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

diff --git a/build.gradle b/build.gradle @@ -24,7 +24,7 @@ idea { } } -setVersion("0.0.1-dev.2") +setVersion("0.0.1-dev.3") task versionFile() { new File("${projectDir}/util/src/main/resources", "version.txt").text = getRootProject().version