Post-release version bump

This commit is contained in:
Manfred Touron 2017-11-14 11:16:24 +01:00
parent abba8dc990
commit d6a7a6702f
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# Changelog # Changelog
## 1.1.0 (2017-11-15) ## master (unreleased)
* No entry
## v1.1.0 (2017-11-15)
* Improve versionning (static VERSION + dynamic GIT_* info) * Improve versionning (static VERSION + dynamic GIT_* info)
* Configuration management (backup + restore) * Configuration management (backup + restore)
@ -8,7 +12,7 @@
* Disable mysql support (not fully working right now) * Disable mysql support (not fully working right now)
* Set random seed properly * Set random seed properly
## 1.0.0 (2017-11-14) ## v1.0.0 (2017-11-14)
Initial version Initial version

View file

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