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 b093504 commit 816cbf2Copy full SHA for 816cbf2
version/version.go
@@ -6,7 +6,7 @@ import (
6
7
// Version is the current version of the application
8
9
-const version = "0.11.0"
+const version = "0.12.0"
10
11
func GetSDKVersion() string {
12
return version
0 commit comments