mirror of
https://github.com/moul/sshportal.git
synced 2025-09-06 20:54:27 +08:00
Post-release version bump
This commit is contained in:
parent
38224714e1
commit
3824629d4d
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## master (unreleased)
|
||||||
|
|
||||||
|
* No entry
|
||||||
|
|
||||||
## v1.9.0 (2018-11-18)
|
## 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)
|
* Add `hostgroup update` and `usergroup update` commands ([#58](https://github.com/moul/sshportal/pull/58)) by [@adyxax](https://github.com/adyxax)
|
||||||
|
|
2
main.go
2
main.go
|
@ -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.9.0"
|
Version = "1.9.0+dev"
|
||||||
// GitTag will be overwritten automatically by the build system
|
// GitTag will be overwritten automatically by the build system
|
||||||
GitTag string
|
GitTag string
|
||||||
// GitSha will be overwritten automatically by the build system
|
// GitSha will be overwritten automatically by the build system
|
||||||
|
|
Loading…
Add table
Reference in a new issue