diff --git a/CHANGELOG.md b/CHANGELOG.md index e39c5fc..7768fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## master (unreleased) + +* No entry + ## v1.8.0 (2018-04-02) * The default created user now has the same username as the user starting sshportal (was hardcoded "admin") diff --git a/main.go b/main.go index a172bd2..3b5c1f0 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( var ( // Version should be updated by hand at each release - Version = "1.8.0" + Version = "1.8.0+dev" // GitTag will be overwritten automatically by the build system GitTag string // GitSha will be overwritten automatically by the build system