Post-release version bump

This commit is contained in:
Manfred Touron 2018-01-03 00:27:07 +01:00
parent 2555c478b4
commit ed42f343d2
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## master (unreleased)
* No entry
## v1.7.1 (2018-01-03) ## v1.7.1 (2018-01-03)
* Return non-null exit-code on authentication error * Return non-null exit-code on authentication error

View file

@ -27,7 +27,7 @@ import (
var ( var (
// Version should be updated by hand at each release // 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 will be overwritten automatically by the build system
GitTag string GitTag string
// GitSha will be overwritten automatically by the build system // GitSha will be overwritten automatically by the build system