Post-release version bump

This commit is contained in:
Manfred Touron 2017-11-22 15:16:24 +01:00
parent 98d4360a76
commit a2f3a51fe5
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## master (unreleased)
* No entry
## v1.2.0 (2017-11-22)
* Support adding multiple `--group` links on `host create` and `user create`

View file

@ -20,7 +20,7 @@ import (
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.0"
VERSION = "1.2.0+dev"
// GIT_TAG will be overwritten automatically by the build system
GIT_TAG string
// GIT_SHA will be overwritten automatically by the build system