Skip to content

Commit bdafbaa

Browse files
committed
chore: bump kcl version to v0.8.0-beta.1
Signed-off-by: peefy <[email protected]>
1 parent b9147c0 commit bdafbaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0-alpha.1
1+
0.8.0-beta.1

pkg/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ func getVersion(version string) string {
3232
}
3333

3434
const (
35-
VersionTypeLatest = Version_0_8_0_alpha_1
35+
VersionTypeLatest = Version_0_8_0_beta_1
3636

37+
Version_0_8_0_beta_1 VersionType = "0.8.0-beta.1"
3738
Version_0_8_0_alpha_1 VersionType = "0.8.0-alpha.1"
38-
Version_0_7_6 VersionType = "0.7.6"
3939
Version_0_7_5 VersionType = "0.7.5"
4040
Version_0_7_4 VersionType = "0.7.4"
4141
Version_0_7_3 VersionType = "0.7.3"

0 commit comments

Comments
 (0)