From 680c9463b8a113b11bdb08ea7daf084c40433abd Mon Sep 17 00:00:00 2001 From: Leo Correa Date: Sat, 20 Feb 2016 16:53:47 -0500 Subject: [PATCH] :shipit: release 1.2.0 --- CHANGELOG.md | 2 ++ main.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 )