Skip to content

Commit

Permalink
chore: bump kpm version to latest
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Apr 2, 2024
1 parent 9665ef4 commit 5ad11f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.4
0.8.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
kcl-lang.io/kcl-go v0.8.3
kcl-lang.io/kcl-openapi v0.6.1
kcl-lang.io/kcl-playground v0.5.1
kcl-lang.io/kpm v0.8.4
kcl-lang.io/kpm v0.8.5-0.20240401071819-7a69be511c95
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1741,8 +1741,8 @@ kcl-lang.io/kcl-openapi v0.6.1 h1:iPH0EvPgDGZS5Lk00/Su5Av6AQP5IBG8f7gAUyevkHE=
kcl-lang.io/kcl-openapi v0.6.1/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU=
kcl-lang.io/kcl-playground v0.5.1/go.mod h1:IFmnlw7m011ccX8OidMUfnnN2u/TWdtQGxyABRTbmow=
kcl-lang.io/kpm v0.8.4 h1:UbU5EKdojWWLTwzmb0f1QNeAZSPZAbYRMRSzYaKnq8g=
kcl-lang.io/kpm v0.8.4/go.mod h1:3atE1tEbsSPaAuKslkADH1HTDi7SMWlDWllmuk2XsBA=
kcl-lang.io/kpm v0.8.5-0.20240401071819-7a69be511c95 h1:grwv/MI/n+kQUMxrvyM5qGTGooa3LBxBKq3lNr9wdFg=
kcl-lang.io/kpm v0.8.5-0.20240401071819-7a69be511c95/go.mod h1:3atE1tEbsSPaAuKslkADH1HTDi7SMWlDWllmuk2XsBA=
kcl-lang.io/lib v0.8.3 h1:Ft6Ti81PrSMpyJ1b/akKwMwtRcO7k7+Clwv0fMECZ+k=
kcl-lang.io/lib v0.8.3/go.mod h1:ubsalGXxJaa5II/EsHmsI/tL2EluYHIcW+BwzQPt+uY=
oras.land/oras-go v1.2.3 h1:v8PJl+gEAntI1pJ/LCrDgsuk+1PKVavVEPsYIHFE5uY=
Expand Down
3 changes: 2 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ func getVersion(version string) string {
}

const (
VersionTypeLatest = Version_0_8_4
VersionTypeLatest = Version_0_8_5

Version_0_8_5 VersionType = "0.8.5"
Version_0_8_4 VersionType = "0.8.4"
Version_0_8_3 VersionType = "0.8.3"
Version_0_8_2 VersionType = "0.8.2"
Expand Down

0 comments on commit 5ad11f9

Please sign in to comment.