diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2c0ce..c9356f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## master (unreleased) + +* No entry + ## v1.7.1 (2018-01-03) * Return non-null exit-code on authentication error diff --git a/main.go b/main.go index 60c82cd..7117641 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( var ( // Version should be updated by hand at each release - Version = "1.7.1" + Version = "1.7.1+dev" // GitTag will be overwritten automatically by the build system GitTag string // GitSha will be overwritten automatically by the build system