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 6291ad4 commit 6a924c4Copy full SHA for 6a924c4
cmd/screp/screp.go
@@ -25,7 +25,7 @@ import (
25
26
const (
27
appName = "screp"
28
- appVersion = "v1.12.10"
+ appVersion = "v1.12.11"
29
appAuthor = "Andras Belicza"
30
appHome = "https://github.com/icza/screp"
31
)
repparser/repparser.go
@@ -60,7 +60,7 @@ import (
60
61
62
// Version is a Semver2 compatible version of the parser.
63
- Version = "v1.12.9"
+ Version = "v1.12.11"
64
65
66
var (
0 commit comments