Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Aug 26, 2024
1 parent fa6f488 commit 53bdf09
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.11.4"
appVersion = "v1.12.0"
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.11.4"
Version = "v1.12.0"
)

var (
Expand Down

0 comments on commit 53bdf09

Please sign in to comment.