Skip to content

Commit d4673fc

Browse files
committed
Update 1.2.0
1 parent a637b97 commit d4673fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.version.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extraCommands = ["git push", "git push --tags"]
33
serialize = "{version}-{banner}"
44
tag = true
5-
version = "1.1.0"
5+
version = "1.2.0"
66

77
[[operate]]
88
location = "cmd/hackbox/hackbox.go"

cmd/hackbox/hackbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
const (
28-
__version__ = "1.1.0"
28+
__version__ = "1.2.0"
2929
)
3030

3131
var (

0 commit comments

Comments
 (0)