Skip to content

Commit 6a924c4

Browse files
committed
Increase verions
1 parent 6291ad4 commit 6a924c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/screp/screp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
appName = "screp"
28-
appVersion = "v1.12.10"
28+
appVersion = "v1.12.11"
2929
appAuthor = "Andras Belicza"
3030
appHome = "https://github.com/icza/screp"
3131
)

repparser/repparser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import (
6060

6161
const (
6262
// Version is a Semver2 compatible version of the parser.
63-
Version = "v1.12.9"
63+
Version = "v1.12.11"
6464
)
6565

6666
var (

0 commit comments

Comments
 (0)