Skip to content

Commit 53bdf09

Browse files
committed
Increment version
1 parent fa6f488 commit 53bdf09

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
@@ -24,7 +24,7 @@ import (
2424

2525
const (
2626
appName = "screp"
27-
appVersion = "v1.11.4"
27+
appVersion = "v1.12.0"
2828
appAuthor = "Andras Belicza"
2929
appHome = "https://github.com/icza/screp"
3030
)

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.11.4"
63+
Version = "v1.12.0"
6464
)
6565

6666
var (

0 commit comments

Comments
 (0)