Skip to content

Commit d22d623

Browse files
committed
chore: bump kcl version to v0.7.2
Signed-off-by: peefy <xpf6677@163.com>
1 parent 5b8601b commit d22d623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.3-alpha.1
1+
0.7.3

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func getVersion(version string) string {
3333

3434
// All the kpm versions.
3535
const (
36-
VersionTypeLatest = Version_0_7_3_alpha_1
36+
VersionTypeLatest = Version_0_7_2
3737

3838
Version_0_7_3_alpha_1 VersionType = "0.7.3-alpha.1"
3939
Version_0_7_2 VersionType = "0.7.2"

0 commit comments

Comments
 (0)