We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f863d3e commit 67b2980Copy full SHA for 67b2980
version/version.go
@@ -6,7 +6,7 @@ import (
6
7
// Version is the current version of the application
8
9
-const version = "0.10.0"
+const version = "0.11.0"
10
11
func GetSDKVersion() string {
12
return version
0 commit comments