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 5d5b742 commit 63dea2aCopy full SHA for 63dea2a
VERSION
@@ -1 +1 @@
1
-0.11.1
+0.11.2
pkg/version/version.go
@@ -32,8 +32,9 @@ func getVersion(version string) string {
32
}
33
34
const (
35
- VersionTypeLatest = Version_0_11_1
+ VersionTypeLatest = Version_0_11_2
36
37
+ Version_0_11_2 VersionType = "0.11.2"
38
Version_0_11_1 VersionType = "0.11.1"
39
Version_0_11_0 VersionType = "0.11.0"
40
Version_0_11_0_alpha_1 VersionType = "0.11.0-alpha.1"
0 commit comments