Skip to content

Commit

Permalink
Merge pull request #366 from WalletConnect/fix-sdkVersion-in-user-agent
Browse files Browse the repository at this point in the history
Fix sdk version in user agent
  • Loading branch information
llbartekll authored Jul 26, 2022
2 parents 750a2f6 + 71fed09 commit 1deffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectRelay/EnvironmentInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1deffb3

Please sign in to comment.