diff --git a/Changelog.md b/Changelog.md index 98a58d9..9ac02f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +#v77 (2017/01/13) + +* Don't include quotes around hg revisions + #v76 (2017/01/10) * Default to vendor being on unless older go versions. diff --git a/version.go b/version.go index a461019..f33484f 100644 --- a/version.go +++ b/version.go @@ -8,7 +8,7 @@ import ( "strings" ) -const version = 76 +const version = 77 var cmdVersion = &Command{ Name: "version",