Skip to content

Commit 2f473ea

Browse files
committed
chore: bump kpm version to v0.9.8
Signed-off-by: peefy <xpf6677@163.com>
1 parent 2e93fd0 commit 2f473ea

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.7
1+
0.9.8

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
kcl-lang.io/kcl-go v0.9.3
1313
kcl-lang.io/kcl-openapi v0.6.6
1414
kcl-lang.io/kcl-playground v0.5.1
15-
kcl-lang.io/kpm v0.9.7
15+
kcl-lang.io/kpm v0.9.8
1616
)
1717

1818
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,8 @@ kcl-lang.io/kcl-openapi v0.6.6 h1:iTsPTh1T6jDdwCKFFP6def9r66Sq8nAbATEbIL+XT+8=
17191719
kcl-lang.io/kcl-openapi v0.6.6/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
17201720
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU=
17211721
kcl-lang.io/kcl-playground v0.5.1/go.mod h1:IFmnlw7m011ccX8OidMUfnnN2u/TWdtQGxyABRTbmow=
1722-
kcl-lang.io/kpm v0.9.7 h1:z3w9GBOrrEaRovQ5CMLKmBRdpudJ8wo2UAae886PmfE=
1723-
kcl-lang.io/kpm v0.9.7/go.mod h1:4HTbPhB4DVtkamnIv5lrRcHtCVwzp4Pf/b+d3TN4nzs=
1722+
kcl-lang.io/kpm v0.9.8 h1:RJ5Awu1kdK+nxKFi62EPmLzQj2KLaBFbd9SZ48vfdU0=
1723+
kcl-lang.io/kpm v0.9.8/go.mod h1:4HTbPhB4DVtkamnIv5lrRcHtCVwzp4Pf/b+d3TN4nzs=
17241724
kcl-lang.io/lib v0.9.3 h1:Mlr+H0oaxujUQi6QD6eP+Fbi1waVsRWXddIzQhddK+Y=
17251725
kcl-lang.io/lib v0.9.3/go.mod h1:tu+tzwGgHLzYZSIxUG/ntipStrxZd6OvutWYPTxS7cs=
17261726
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk=

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_9_7
35+
VersionTypeLatest = Version_0_9_8
3636

37+
Version_0_9_8 VersionType = "0.9.8"
3738
Version_0_9_7 VersionType = "0.9.7"
3839
Version_0_9_6 VersionType = "0.9.6"
3940
Version_0_9_5 VersionType = "0.9.5"

0 commit comments

Comments
 (0)