gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix protocol version format


From: gnunet
Subject: [libeufin] branch master updated: fix protocol version format
Date: Sat, 18 Sep 2021 13:16:41 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 6289759  fix protocol version format
6289759 is described below

commit 628975926407cf04a3c80a0661ff76f4e382f94b
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 13:16:38 2021 +0200

    fix protocol version format
---
 sandbox/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
index 6ea63a5..40d1b5c 100644
--- 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
                 })
             }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]