From 240e861a39692ee606c4ab54ce083ec4dddb9f51 Mon Sep 17 00:00:00 2001 From: Andras Belicza Date: Wed, 18 Oct 2017 14:47:39 +0200 Subject: [PATCH] Release v1.2.0. --- cmd/s2prot/s2prot.go | 2 +- rep/rep.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/s2prot/s2prot.go b/cmd/s2prot/s2prot.go index 37f4cf6..0320053 100644 --- a/cmd/s2prot/s2prot.go +++ b/cmd/s2prot/s2prot.go @@ -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" ) diff --git a/rep/rep.go b/rep/rep.go index 01e8c1b..5da61a3 100644 --- a/rep/rep.go +++ b/rep/rep.go @@ -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 (