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 700fc95 commit 075ce50Copy full SHA for 075ce50
VERSION
@@ -1 +1 @@
1
-0.7.0-alpha.2
+0.7.0-beta.1
pkg/version/version.go
@@ -33,9 +33,10 @@ func getVersion(version string) string {
33
34
// All the kpm versions.
35
const (
36
- VersionTypeLatest = Version_0_7_0_alpha_2
+ VersionTypeLatest = Version_0_7_0_beta_1
37
38
Version_0_7_0 VersionType = "0.7.0"
39
+ Version_0_7_0_beta_1 VersionType = "0.7.0-beta.1"
40
Version_0_7_0_alpha_2 VersionType = "0.7.0-alpha.2"
41
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"
42
Version_0_6_0 VersionType = "0.6.0"
0 commit comments