Skip to content

Commit

Permalink
chore: bump kcl version to v0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 20, 2023
1 parent 5b8601b commit d22d623
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.7.3-alpha.1
0.7.3
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func getVersion(version string) string {

// All the kpm versions.
const (
VersionTypeLatest = Version_0_7_3_alpha_1
VersionTypeLatest = Version_0_7_2

Version_0_7_3_alpha_1 VersionType = "0.7.3-alpha.1"
Version_0_7_2 VersionType = "0.7.2"
Expand Down

0 comments on commit d22d623

Please sign in to comment.