From 71fed0965ec054770ce48ce069afb14c5e4aba05 Mon Sep 17 00:00:00 2001 From: Bartosz Rozwarski Date: Tue, 26 Jul 2022 10:02:29 +0200 Subject: [PATCH] fix sdk version in user agent --- Sources/WalletConnectRelay/EnvironmentInfo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WalletConnectRelay/EnvironmentInfo.swift b/Sources/WalletConnectRelay/EnvironmentInfo.swift index 51fc372ff..767dc8752 100644 --- a/Sources/WalletConnectRelay/EnvironmentInfo.swift +++ b/Sources/WalletConnectRelay/EnvironmentInfo.swift @@ -15,7 +15,7 @@ enum EnvironmentInfo { } static var sdkVersion: String { - "2.0.0-rc.0" // HARDCODED!! Is there a runtime way to get this? + "v0.9.1-rc.0" } static var operatingSystem: String {