Skip to content

Commit

Permalink
Update 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WAY29 committed May 10, 2022
1 parent 58edec5 commit c5bd7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extraCommands = ["git push", "git push --tags"]
serialize = "{version}-{banner}"
tag = true
version = "1.0.0"
version = "1.1.0"

[[operate]]
location = "cmd/hackbox/hackbox.go"
Expand Down
2 changes: 1 addition & 1 deletion cmd/hackbox/hackbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
__version__ = "1.0.0"
__version__ = "1.1.0"
)

var (
Expand Down

0 comments on commit c5bd7e4

Please sign in to comment.