We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2f4b3 commit 2dc89d3Copy full SHA for 2dc89d3
.version.toml
@@ -2,7 +2,7 @@
2
extraCommands = ["git push", "git push --tags"]
3
serialize = "{version}-{banner}"
4
tag = true
5
- version = "3.7.4"
+ version = "3.7.5"
6
7
[[operate]]
8
location = "cmd/pocV/pocV.go"
cmd/pocV/pocV.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
const (
22
- __version__ = "3.7.4"
+ __version__ = "3.7.5"
23
24
25
var (
0 commit comments