Skip to content

Commit

Permalink
chore: bump kcl version to v0.8.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 Feb 28, 2024
1 parent b9147c0 commit bdafbaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-alpha.1
0.8.0-beta.1
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ func getVersion(version string) string {
}

const (
VersionTypeLatest = Version_0_8_0_alpha_1
VersionTypeLatest = Version_0_8_0_beta_1

Version_0_8_0_beta_1 VersionType = "0.8.0-beta.1"
Version_0_8_0_alpha_1 VersionType = "0.8.0-alpha.1"
Version_0_7_6 VersionType = "0.7.6"
Version_0_7_5 VersionType = "0.7.5"
Version_0_7_4 VersionType = "0.7.4"
Version_0_7_3 VersionType = "0.7.3"
Expand Down

0 comments on commit bdafbaa

Please sign in to comment.