Skip to content

Commit

Permalink
Increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Jan 2, 2023
1 parent b5716f0 commit a9cbb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/screp/screp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion repparser/repparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import (

const (
// Version is a Semver2 compatible version of the parser.
Version = "v1.9.0"
Version = "v1.9.1"
)

var (
Expand Down

0 comments on commit a9cbb3c

Please sign in to comment.