Skip to content

Commit 680c946

Browse files
committed
:shipit: release 1.2.0
1 parent 4930439 commit 680c946

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Snag follows [semantic versioning](http://semver.org/).
66

77
**your contribution here**
88

9+
## [1.2.0](https://github.com/Tonkpils/snag/releases/tag/v1.2.0)
10+
911
* [#60](https://github.com/Tonkpils/snag/pull/60) setup travis and use go 1.6
1012
* [#59](https://github.com/Tonkpils/snag/pull/59) better parsing of quoted arguments
1113
* [#57](https://github.com/Tonkpils/snag/pull/57) vendor dependencies with Godeps/GO15VENDOREXPERIMENT

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
Version = "1.1.1"
11+
Version = "1.2.0"
1212
VersionOutput = "Snag version " + Version
1313
)
1414

0 commit comments

Comments
 (0)