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 defa16d commit e5334f2Copy full SHA for e5334f2
cmd/screp/screp.go
@@ -24,7 +24,7 @@ import (
24
25
const (
26
appName = "screp"
27
- appVersion = "v1.8.0"
+ appVersion = "v1.8.1"
28
appAuthor = "Andras Belicza"
29
appHome = "https://github.com/icza/screp"
30
)
repparser/repparser.go
@@ -58,7 +58,7 @@ import (
58
59
60
// Version is a Semver2 compatible version of the parser.
61
- Version = "v1.8.3"
+ Version = "v1.8.4"
62
63
64
var (
0 commit comments