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 13, 2016
1 parent a9a47e5 commit cdb5ef1
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 @@
#v67 (2016/06/13)

* Attempt to handle missing deps a little better.

#v66 (2016/06/10)

* Use `git remote show origin` to find the default branch when restoring a git based package repository that is in detached head state
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 = 66
const version = 67

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

0 comments on commit cdb5ef1

Please sign in to comment.