We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6f488 commit 53bdf09Copy full SHA for 53bdf09
cmd/screp/screp.go
@@ -24,7 +24,7 @@ import (
24
25
const (
26
appName = "screp"
27
- appVersion = "v1.11.4"
+ appVersion = "v1.12.0"
28
appAuthor = "Andras Belicza"
29
appHome = "https://github.com/icza/screp"
30
)
repparser/repparser.go
@@ -60,7 +60,7 @@ import (
60
61
62
// Version is a Semver2 compatible version of the parser.
63
- Version = "v1.11.4"
+ Version = "v1.12.0"
64
65
66
var (
0 commit comments