Post-release version bump

This commit is contained in:
Manfred Touron 2017-12-12 10:40:14 +01:00
parent 554937dd7a
commit ac8181474c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## master (unreleased)
* No entry
## v1.6.0 (2017-12-12)
* Add `--latest` and `--quiet` options to `ls` commands

View file

@ -20,7 +20,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "1.6.0"
Version = "1.6.0+dev"
// GitTag will be overwritten automatically by the build system
GitTag string
// GitSha will be overwritten automatically by the build system