Skip to content

Commit e5334f2

Browse files
committed
Increment versions
1 parent defa16d commit e5334f2

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.8.0"
27+
appVersion = "v1.8.1"
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
@@ -58,7 +58,7 @@ import (
5858

5959
const (
6060
// Version is a Semver2 compatible version of the parser.
61-
Version = "v1.8.3"
61+
Version = "v1.8.4"
6262
)
6363

6464
var (

0 commit comments

Comments
 (0)