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

Commit

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

* Fix permission changes on Windows via @alexbrand. Closes #481.

#v72 (2016/05/27)

* Improve handling of git remote show origin. Should help in cases where remote HEAD is ambiguous.
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 = 72
const version = 73

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

0 comments on commit f4edf33

Please sign in to comment.