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 12e40c8 commit ef4547bCopy full SHA for ef4547b
VERSION
@@ -1 +1 @@
1
-0.9.3
+0.9.4
pkg/version/version.go
@@ -32,8 +32,9 @@ func getVersion(version string) string {
32
}
33
34
const (
35
- VersionTypeLatest = Version_0_9_3
+ VersionTypeLatest = Version_0_9_4
36
37
+ Version_0_9_4 VersionType = "0.9.4"
38
Version_0_9_3 VersionType = "0.9.3"
39
Version_0_9_2 VersionType = "0.9.2"
40
Version_0_9_1 VersionType = "0.9.1"
0 commit comments