From 3824629d4d9ea07439a3d380872fe26826a531d3 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sun, 18 Nov 2018 15:48:42 +0100 Subject: [PATCH] Post-release version bump --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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