Skip to content

Commit

Permalink
chore: bump version to 0.7.5
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jan 16, 2024
1 parent ddc40f9 commit d05b19d
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.7.4
0.7.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/spf13/cobra v1.7.0
kcl-lang.io/kcl-go v0.7.5-0.20240115104831-6a77783735d2
kcl-lang.io/kcl-go v0.7.5-0.20240115152116-b5f04eedd30d
kcl-lang.io/kcl-openapi v0.5.5
kcl-lang.io/kcl-playground v0.5.1
kcl-lang.io/kpm v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk=
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kcl-lang.io/kcl-go v0.7.5-0.20240115104831-6a77783735d2 h1:kTBbhm6KMhCvhy7MELe6dy/OvlQnGuuXXBR5pZazCHU=
kcl-lang.io/kcl-go v0.7.5-0.20240115104831-6a77783735d2/go.mod h1:W03+uAVHypf6tUpk9rrHPAeXdKcMuXInrK/m00sg5l8=
kcl-lang.io/kcl-go v0.7.5-0.20240115152116-b5f04eedd30d h1:S5XI+JAYUbkv7pQKBloZhf8AuwbYtFJRSuzcpUoPpPc=
kcl-lang.io/kcl-go v0.7.5-0.20240115152116-b5f04eedd30d/go.mod h1:W03+uAVHypf6tUpk9rrHPAeXdKcMuXInrK/m00sg5l8=
kcl-lang.io/kcl-openapi v0.5.5 h1:6LSbiy53nczagm7Ohgdy1DVgQ+5ffMihsOUY7PGkbh0=
kcl-lang.io/kcl-openapi v0.5.5/go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk=
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU=
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_7_4
VersionTypeLatest = Version_0_7_5

Version_0_7_5 VersionType = "0.7.5"
Version_0_7_4 VersionType = "0.7.4"
Version_0_7_3 VersionType = "0.7.3"
Version_0_7_2 VersionType = "0.7.2"
Expand Down

0 comments on commit d05b19d

Please sign in to comment.