Navigation Menu

Skip to content

Commit

Permalink
:shipit: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonkpils committed Feb 20, 2016
1 parent 4930439 commit 680c946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
Version = "1.1.1"
Version = "1.2.0"
VersionOutput = "Snag version " + Version
)

Expand Down

0 comments on commit 680c946

Please sign in to comment.