Skip to content

Commit

Permalink
Merge pull request #32 from alibaba/feat-v1.0.5
Browse files Browse the repository at this point in the history
feat: release v1.0.5
  • Loading branch information
HuangXiaomeng authored Oct 24, 2024
2 parents 9ee5844 + 5a02ebe commit b94a88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
v1.0.4
v1.0.3
)
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package version

// Version used for statistics and debug
func Version() string {
return "v1.0.4"
return "v1.0.5"
}

0 comments on commit b94a88f

Please sign in to comment.