Skip to content

Commit

Permalink
chore: bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Oct 26, 2023
1 parent 3baba26 commit c4611a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-alpha.6
0.6.0
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (kvt VersionType) String() string {

// All the kpm versions.
const (
VersionTypeLatest = Version_0_6_0_alpha_4
VersionTypeLatest = Version_0_6_0

Version_0_7_0 VersionType = "0.7.0"
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"
Expand Down

0 comments on commit c4611a6

Please sign in to comment.