We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baba26 commit c4611a6Copy full SHA for c4611a6
VERSION
@@ -1 +1 @@
1
-0.6.0-alpha.6
+0.6.0
pkg/version/version.go
@@ -24,7 +24,7 @@ func (kvt VersionType) String() string {
24
25
// All the kpm versions.
26
const (
27
- VersionTypeLatest = Version_0_6_0_alpha_4
+ VersionTypeLatest = Version_0_6_0
28
29
Version_0_7_0 VersionType = "0.7.0"
30
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"
0 commit comments