Post-release version bump

This commit is contained in:
Manfred Touron 2017-11-24 15:22:50 +01:00
parent 2becd5eec2
commit 1ddd6867b6
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## master (unreleased)
* No entry
## v1.4.0 (2017-11-24)
* Add 'key setup' command (easy SSH key installation)

View file

@ -20,7 +20,7 @@ import (
var (
// VERSION should be updated by hand at each release
VERSION = "1.4.0"
VERSION = "1.4.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