Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
Update version code to 1.5.2
  • Loading branch information
Greyh4t authored Apr 27, 2024
1 parent dd0bdbf commit 0eb9814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Conf struct {
func init() {
conf = &Conf{}
clop.CommandLine.SetExit(true)
clop.SetVersion("1.5.0")
clop.SetVersion("1.5.2")
clop.Bind(&conf)

checkConf()
Expand Down

0 comments on commit 0eb9814

Please sign in to comment.