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 4444f1e commit 27097acCopy full SHA for 27097ac
VERSION
@@ -1 +1 @@
1
-0.7.0-beta.1
+0.7.0-beta.2
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_beta_1
+ VersionTypeLatest = Version_0_7_0_beta_2
37
38
Version_0_7_0 VersionType = "0.7.0"
39
+ Version_0_7_0_beta_2 VersionType = "0.7.0-beta.2"
40
Version_0_7_0_beta_1 VersionType = "0.7.0-beta.1"
41
Version_0_7_0_alpha_2 VersionType = "0.7.0-alpha.2"
42
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"
0 commit comments