Skip to content

Commit

Permalink
chore: bump kpm version to v0.9.8
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 12, 2024
1 parent 2e93fd0 commit 2f473ea
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.9.7
0.9.8
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
kcl-lang.io/kcl-go v0.9.3
kcl-lang.io/kcl-openapi v0.6.6
kcl-lang.io/kcl-playground v0.5.1
kcl-lang.io/kpm v0.9.7
kcl-lang.io/kpm v0.9.8
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,8 @@ kcl-lang.io/kcl-openapi v0.6.6 h1:iTsPTh1T6jDdwCKFFP6def9r66Sq8nAbATEbIL+XT+8=
kcl-lang.io/kcl-openapi v0.6.6/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.9.7 h1:z3w9GBOrrEaRovQ5CMLKmBRdpudJ8wo2UAae886PmfE=
kcl-lang.io/kpm v0.9.7/go.mod h1:4HTbPhB4DVtkamnIv5lrRcHtCVwzp4Pf/b+d3TN4nzs=
kcl-lang.io/kpm v0.9.8 h1:RJ5Awu1kdK+nxKFi62EPmLzQj2KLaBFbd9SZ48vfdU0=
kcl-lang.io/kpm v0.9.8/go.mod h1:4HTbPhB4DVtkamnIv5lrRcHtCVwzp4Pf/b+d3TN4nzs=
kcl-lang.io/lib v0.9.3 h1:Mlr+H0oaxujUQi6QD6eP+Fbi1waVsRWXddIzQhddK+Y=
kcl-lang.io/lib v0.9.3/go.mod h1:tu+tzwGgHLzYZSIxUG/ntipStrxZd6OvutWYPTxS7cs=
oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk=
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_9_7
VersionTypeLatest = Version_0_9_8

Version_0_9_8 VersionType = "0.9.8"
Version_0_9_7 VersionType = "0.9.7"
Version_0_9_6 VersionType = "0.9.6"
Version_0_9_5 VersionType = "0.9.5"
Expand Down

0 comments on commit 2f473ea

Please sign in to comment.