diff --git a/cmd/screp/screp.go b/cmd/screp/screp.go index 6fc4dc4..d6b3bd1 100644 --- a/cmd/screp/screp.go +++ b/cmd/screp/screp.go @@ -24,7 +24,7 @@ import ( const ( appName = "screp" - appVersion = "v1.9.0" + appVersion = "v1.9.1" appAuthor = "Andras Belicza" appHome = "https://github.com/icza/screp" ) diff --git a/repparser/repparser.go b/repparser/repparser.go index 1a878d8..9324ba7 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.9.0" + Version = "v1.9.1" ) var (