From ed42f343d2a7404c3f56ea224ce10f93d5b5502c Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 3 Jan 2018 00:27:07 +0100 Subject: [PATCH] Post-release version bump --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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