Skip to content

Commit

Permalink
chore: 版本升至 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Feb 11, 2022
1 parent f65e614 commit 6b4c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vars/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package vars

var (
version = "2.3.0" // 版本号,由 goreleaser 负责在编译时更新到最新的 git tag
version = "2.3.1" // 版本号,由 goreleaser 负责在编译时更新到最新的 git tag
metadata string
fullVersion = version
)
Expand Down

0 comments on commit 6b4c870

Please sign in to comment.