File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.9.7
1
+ 0.9.8
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
kcl-lang.io/kcl-go v0.9.3
13
13
kcl-lang.io/kcl-openapi v0.6.6
14
14
kcl-lang.io/kcl-playground v0.5.1
15
- kcl-lang.io/kpm v0.9.7
15
+ kcl-lang.io/kpm v0.9.8
16
16
)
17
17
18
18
require (
Original file line number Diff line number Diff line change @@ -1719,8 +1719,8 @@ kcl-lang.io/kcl-openapi v0.6.6 h1:iTsPTh1T6jDdwCKFFP6def9r66Sq8nAbATEbIL+XT+8=
1719
1719
kcl-lang.io/kcl-openapi v0.6.6 /go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk =
1720
1720
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU =
1721
1721
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 =
1724
1724
kcl-lang.io/lib v0.9.3 h1:Mlr+H0oaxujUQi6QD6eP+Fbi1waVsRWXddIzQhddK+Y =
1725
1725
kcl-lang.io/lib v0.9.3 /go.mod h1:tu+tzwGgHLzYZSIxUG/ntipStrxZd6OvutWYPTxS7cs =
1726
1726
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk =
Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ func getVersion(version string) string {
32
32
}
33
33
34
34
const (
35
- VersionTypeLatest = Version_0_9_7
35
+ VersionTypeLatest = Version_0_9_8
36
36
37
+ Version_0_9_8 VersionType = "0.9.8"
37
38
Version_0_9_7 VersionType = "0.9.7"
38
39
Version_0_9_6 VersionType = "0.9.6"
39
40
Version_0_9_5 VersionType = "0.9.5"
You can’t perform that action at this time.
0 commit comments