Skip to content

Commit

Permalink
Tag 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Dec 15, 2017
1 parent 16b8ee5 commit 36a16d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.5 / 2017-12-15

* [ENHANCEMENT] Handle errors gracefully [#524]
* [BUGFIX] Follow symlinks [#519]
* [BUGFIX] Improve gpg binary detection [#520] [#522]

## 1.6.4 / 2017-12-13

* [ENHANCEMENT] Support desktop notifications on Mac and Windows [#513]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.6.5
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {
sv = semver.Version{
Major: 1,
Minor: 6,
Patch: 4,
Patch: 5,
Pre: []semver.PRVersion{
semver.PRVersion{VersionStr: "git"},
},
Expand Down

0 comments on commit 36a16d8

Please sign in to comment.