Skip to content

Commit

Permalink
chore: bump version to v0.7.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Nov 22, 2023
1 parent 700fc95 commit 075ce50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0-alpha.2
0.7.0-beta.1
3 changes: 2 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ func getVersion(version string) string {

// All the kpm versions.
const (
VersionTypeLatest = Version_0_7_0_alpha_2
VersionTypeLatest = Version_0_7_0_beta_1

Version_0_7_0 VersionType = "0.7.0"
Version_0_7_0_beta_1 VersionType = "0.7.0-beta.1"
Version_0_7_0_alpha_2 VersionType = "0.7.0-alpha.2"
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"
Version_0_6_0 VersionType = "0.6.0"
Expand Down

0 comments on commit 075ce50

Please sign in to comment.