Skip to content

Commit

Permalink
chore: bump kcl version to v0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 22, 2024
1 parent 8621092 commit 02a01dc
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.9.2
0.9.3
3 changes: 2 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ func getVersion(version string) string {
}

const (
VersionTypeLatest = Version_0_9_2
VersionTypeLatest = Version_0_9_3

Version_0_9_3 VersionType = "0.9.3"
Version_0_9_2 VersionType = "0.9.2"
Version_0_9_1 VersionType = "0.9.1"
Version_0_9_0 VersionType = "0.9.0"
Expand Down

0 comments on commit 02a01dc

Please sign in to comment.