We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9147c0 commit bdafbaaCopy full SHA for bdafbaa
VERSION
@@ -1 +1 @@
1
-0.8.0-alpha.1
+0.8.0-beta.1
pkg/version/version.go
@@ -32,10 +32,10 @@ func getVersion(version string) string {
32
}
33
34
const (
35
- VersionTypeLatest = Version_0_8_0_alpha_1
+ VersionTypeLatest = Version_0_8_0_beta_1
36
37
+ Version_0_8_0_beta_1 VersionType = "0.8.0-beta.1"
38
Version_0_8_0_alpha_1 VersionType = "0.8.0-alpha.1"
- Version_0_7_6 VersionType = "0.7.6"
39
Version_0_7_5 VersionType = "0.7.5"
40
Version_0_7_4 VersionType = "0.7.4"
41
Version_0_7_3 VersionType = "0.7.3"
0 commit comments