Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Oct 18, 2017
1 parent 06a861f commit 240e861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/s2prot/s2prot.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

const (
appName = "s2prot"
appVersion = "v1.1.0"
appVersion = "v1.2.0"
appAuthor = "Andras Belicza"
appHome = "https://github.com/icza/s2prot"
)
Expand Down
2 changes: 1 addition & 1 deletion rep/rep.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
// ParserVersion is a Semver2 compatible version of the parser.
ParserVersion = "v1.2.0-dev"
ParserVersion = "v1.2.0"
)

var (
Expand Down

0 comments on commit 240e861

Please sign in to comment.