diff --git a/CHANGELOG.md b/CHANGELOG.md index ee08726..f1f5121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## master (unreleased) + +* No entry + ## v1.9.0 (2018-11-18) * Add `hostgroup update` and `usergroup update` commands ([#58](https://github.com/moul/sshportal/pull/58)) by [@adyxax](https://github.com/adyxax) diff --git a/main.go b/main.go index fcc493f..90c64b1 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( var ( // Version should be updated by hand at each release - Version = "1.9.0" + Version = "1.9.0+dev" // GitTag will be overwritten automatically by the build system GitTag string // GitSha will be overwritten automatically by the build system