From e3fb6f93d05b8d8148cc3958b59bc16741fc32f9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 3 Aug 2020 15:04:18 -0300 Subject: Implement beginning of public API for iOS test --- src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt') diff --git a/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt b/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt index e4a99b7..3af430f 100644 --- a/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt +++ b/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt @@ -53,7 +53,7 @@ internal class Exchange( ) { companion object { - private const val PROTOCOL_VERSION = "7:0:0" + private const val PROTOCOL_VERSION = "8:0:0" fun getVersionMatch(version: String) = compareVersions(PROTOCOL_VERSION, version) fun normalizeUrl(exchangeBaseUrl: String): String { var url = exchangeBaseUrl -- cgit v1.2.3