diff --git a/CHANGELOG.md b/CHANGELOG.md index 50808cc..b0fabd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Snag follows [semantic versioning](http://semver.org/). **your contribution here** +## [1.2.0](https://github.com/Tonkpils/snag/releases/tag/v1.2.0) + * [#60](https://github.com/Tonkpils/snag/pull/60) setup travis and use go 1.6 * [#59](https://github.com/Tonkpils/snag/pull/59) better parsing of quoted arguments * [#57](https://github.com/Tonkpils/snag/pull/57) vendor dependencies with Godeps/GO15VENDOREXPERIMENT diff --git a/main.go b/main.go index 10e998a..b9f1c76 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) const ( - Version = "1.1.1" + Version = "1.2.0" VersionOutput = "Snag version " + Version )