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

Commit

Permalink
Add GodepVersion to Godeps.json
Browse files Browse the repository at this point in the history
This is so that as godep changes / adds features / fixes bugs we can
determine which version of godep last wrote out the file.
  • Loading branch information
Edward Muller committed Mar 16, 2016
1 parent ceb59bd commit a62a914
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 @@
#v58 (2016/03/15)

* Add GodepVersion to Godeps.json file so that as godep changes / adds features / fixes bugs we can know which version of godep most recently wrote out the file.

#v57 (2016/03/07)

* Don't use `git rev-parse --show-toplevel` to determine git repo roots as it resolves symlinks: https://github.com/tools/godep/pull/418
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const version = 57
const version = 58

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

0 comments on commit a62a914

Please sign in to comment.