We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a637b97 commit d4673fcCopy full SHA for d4673fc
2 files changed
.version.toml
@@ -2,7 +2,7 @@
2
extraCommands = ["git push", "git push --tags"]
3
serialize = "{version}-{banner}"
4
tag = true
5
- version = "1.1.0"
+ version = "1.2.0"
6
7
[[operate]]
8
location = "cmd/hackbox/hackbox.go"
cmd/hackbox/hackbox.go
@@ -25,7 +25,7 @@ import (
25
)
26
27
const (
28
- __version__ = "1.1.0"
+ __version__ = "1.2.0"
29
30
31
var (
0 commit comments