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.6
1
+ 0.9.7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/onsi/gomega v1.34.1
11
11
github.com/spf13/cobra v1.8.1
12
12
kcl-lang.io/kcl-go v0.9.3
13
- kcl-lang.io/kcl-openapi v0.6.5
13
+ kcl-lang.io/kcl-openapi v0.6.6
14
14
kcl-lang.io/kcl-playground v0.5.1
15
15
kcl-lang.io/kpm v0.9.5
16
16
)
Original file line number Diff line number Diff line change @@ -1715,8 +1715,8 @@ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrC
1715
1715
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
1716
1716
kcl-lang.io/kcl-go v0.9.3 h1:zqWgE6SSdoD7VHhapOAmmDCrtqyeBvdOcCeqUfT6eu8 =
1717
1717
kcl-lang.io/kcl-go v0.9.3 /go.mod h1:X30Qh5/jryvnGanaXGRjsuy/dnj211vPHXpfy7AEspw =
1718
- kcl-lang.io/kcl-openapi v0.6.5 h1:upE6ow4zSL+W1TXg51Q3iCbaYBa7kqusDC57vEOVYQY =
1719
- kcl-lang.io/kcl-openapi v0.6.5 /go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk =
1718
+ kcl-lang.io/kcl-openapi v0.6.6 h1:iTsPTh1T6jDdwCKFFP6def9r66Sq8nAbATEbIL+XT+8 =
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
1722
kcl-lang.io/kpm v0.9.5 h1:BvSVj1U2mqWJIpciCK7Wg1mV1hhkeE5xPqcBaOxURh4 =
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_6
35
+ VersionTypeLatest = Version_0_9_7
36
36
37
+ Version_0_9_7 VersionType = "0.9.7"
37
38
Version_0_9_6 VersionType = "0.9.6"
38
39
Version_0_9_5 VersionType = "0.9.5"
39
40
Version_0_9_4 VersionType = "0.9.4"
You can’t perform that action at this time.
0 commit comments