Skip to content

Commit c4611a6

Browse files
committed
chore: bump version to v0.6.0
1 parent 3baba26 commit c4611a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-alpha.6
1+
0.6.0

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (kvt VersionType) String() string {
2424

2525
// All the kpm versions.
2626
const (
27-
VersionTypeLatest = Version_0_6_0_alpha_4
27+
VersionTypeLatest = Version_0_6_0
2828

2929
Version_0_7_0 VersionType = "0.7.0"
3030
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"

0 commit comments

Comments
 (0)