Skip to content

Commit 63dea2a

Browse files
authored
chore: bump kcl version to 0.11.2 (#238)
Signed-off-by: zongz <[email protected]>
1 parent 5d5b742 commit 63dea2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.1
1+
0.11.2

pkg/version/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ func getVersion(version string) string {
3232
}
3333

3434
const (
35-
VersionTypeLatest = Version_0_11_1
35+
VersionTypeLatest = Version_0_11_2
3636

37+
Version_0_11_2 VersionType = "0.11.2"
3738
Version_0_11_1 VersionType = "0.11.1"
3839
Version_0_11_0 VersionType = "0.11.0"
3940
Version_0_11_0_alpha_1 VersionType = "0.11.0-alpha.1"

0 commit comments

Comments
 (0)