We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4930439 commit 680c946Copy full SHA for 680c946
CHANGELOG.md
@@ -6,6 +6,8 @@ Snag follows [semantic versioning](http://semver.org/).
6
7
**your contribution here**
8
9
+## [1.2.0](https://github.com/Tonkpils/snag/releases/tag/v1.2.0)
10
+
11
* [#60](https://github.com/Tonkpils/snag/pull/60) setup travis and use go 1.6
12
* [#59](https://github.com/Tonkpils/snag/pull/59) better parsing of quoted arguments
13
* [#57](https://github.com/Tonkpils/snag/pull/57) vendor dependencies with Godeps/GO15VENDOREXPERIMENT
main.go
@@ -8,7 +8,7 @@ import (
)
const (
- Version = "1.1.1"
+ Version = "1.2.0"
VersionOutput = "Snag version " + Version
14
0 commit comments