libeufin

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

commit 628975926407cf04a3c80a0661ff76f4e382f94b
parent 9b2cf9e6b8bb4467d3ce8fe041f6944c0c4b71ec
Author: ms <ms@taler.net>
Date:   Sat, 18 Sep 2021 13:16:38 +0200

fix protocol version format

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -988,7 +988,7 @@ fun serverMain(dbName: String, port: Int) { call.respond(object { val name = "taler-bank-integration" // FIXME: use actual version here! - val version = "0.0.0-dev.0" + val version = "0:0:0" val currency = currencyEnv }) }