Post-release version bump

This commit is contained in:
Manfred Touron 2018-01-02 05:57:13 +01:00
parent 13c0726849
commit 6c4caea26f
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## master (unreleased)
* No entry
## v1.7.0 (2018-01-02) ## v1.7.0 (2018-01-02)
Breaking changes: Breaking changes:

View file

@ -21,7 +21,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.0" Version = "1.7.0+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