We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf5b6a commit 1ed44fcCopy full SHA for 1ed44fc
VERSION
@@ -1 +1 @@
1
-0.9.4
+0.9.5
pkg/version/version.go
@@ -32,8 +32,9 @@ func getVersion(version string) string {
32
}
33
34
const (
35
- VersionTypeLatest = Version_0_9_4
+ VersionTypeLatest = Version_0_9_5
36
37
+ Version_0_9_5 VersionType = "0.9.4"
38
Version_0_9_4 VersionType = "0.9.4"
39
Version_0_9_3 VersionType = "0.9.3"
40
Version_0_9_2 VersionType = "0.9.2"
0 commit comments