File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.8.2
1
+ 0.8.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
kcl-lang.io/kcl-go v0.8.2
11
11
kcl-lang.io/kcl-openapi v0.6.1
12
12
kcl-lang.io/kcl-playground v0.5.1
13
- kcl-lang.io/kpm v0.8.3-0.20240325111253-ed2f17cf4d5d
13
+ kcl-lang.io/kpm v0.8.3-0.20240327062745-bede7201edc5
14
14
)
15
15
16
16
require (
Original file line number Diff line number Diff line change @@ -1741,8 +1741,8 @@ kcl-lang.io/kcl-openapi v0.6.1 h1:iPH0EvPgDGZS5Lk00/Su5Av6AQP5IBG8f7gAUyevkHE=
1741
1741
kcl-lang.io/kcl-openapi v0.6.1 /go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk =
1742
1742
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU =
1743
1743
kcl-lang.io/kcl-playground v0.5.1 /go.mod h1:IFmnlw7m011ccX8OidMUfnnN2u/TWdtQGxyABRTbmow =
1744
- kcl-lang.io/kpm v0.8.3-0.20240325111253-ed2f17cf4d5d h1:Rsbn79gCXZ5vcbIdd817h3+ZYzGHhyODXk4D/3sHkb0 =
1745
- kcl-lang.io/kpm v0.8.3-0.20240325111253-ed2f17cf4d5d /go.mod h1:3atE1tEbsSPaAuKslkADH1HTDi7SMWlDWllmuk2XsBA =
1744
+ kcl-lang.io/kpm v0.8.3-0.20240327062745-bede7201edc5 h1:79nwj9lG2m2ZTZ3adQJKAWO2NV+peX/ifGW4j0wFwA4 =
1745
+ kcl-lang.io/kpm v0.8.3-0.20240327062745-bede7201edc5 /go.mod h1:3atE1tEbsSPaAuKslkADH1HTDi7SMWlDWllmuk2XsBA =
1746
1746
kcl-lang.io/lib v0.8.2 h1:G8Fm+eHSMpVOSNJhd5T41XgoKZjysHRU290q6Xotepk =
1747
1747
kcl-lang.io/lib v0.8.2 /go.mod h1:ubsalGXxJaa5II/EsHmsI/tL2EluYHIcW+BwzQPt+uY =
1748
1748
oras.land/oras-go v1.2.3 h1:v8PJl+gEAntI1pJ/LCrDgsuk+1PKVavVEPsYIHFE5uY =
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_8_2
35
+ VersionTypeLatest = Version_0_8_3
36
36
37
+ Version_0_8_3 VersionType = "0.8.3"
37
38
Version_0_8_2 VersionType = "0.8.2"
38
39
Version_0_8_1 VersionType = "0.8.1"
39
40
Version_0_8_0 VersionType = "0.8.0"
You can’t perform that action at this time.
0 commit comments