diff --git a/cmd/screp/screp.go b/cmd/screp/screp.go index 0b3725a..561297f 100644 --- a/cmd/screp/screp.go +++ b/cmd/screp/screp.go @@ -24,7 +24,7 @@ import ( const ( appName = "screp" - appVersion = "v1.11.4" + appVersion = "v1.12.0" appAuthor = "Andras Belicza" appHome = "https://github.com/icza/screp" ) diff --git a/repparser/repparser.go b/repparser/repparser.go index 87ef7a4..07965d3 100644 --- a/repparser/repparser.go +++ b/repparser/repparser.go @@ -60,7 +60,7 @@ import ( const ( // Version is a Semver2 compatible version of the parser. - Version = "v1.11.4" + Version = "v1.12.0" ) var (