Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Bump v72
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed May 27, 2016
1 parent 1d36920 commit ea62382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#v72 (2016/05/27)

* Improve handling of git remote show origin. Should help in cases where remote HEAD is ambiguous.
* Add ISSUE_TEMPLATE

#v71 (2016/05/24)

* Preserve permissions on copied files.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

const version = 71
const version = 72

var cmdVersion = &Command{
Name: "version",
Expand Down

0 comments on commit ea62382

Please sign in to comment.