mirror of
https://github.com/moul/sshportal.git
synced 2025-01-12 10:27:53 +08:00
Post-release version bump
This commit is contained in:
parent
98d4360a76
commit
a2f3a51fe5
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
* No entry
|
||||
|
||||
## v1.2.0 (2017-11-22)
|
||||
|
||||
* Support adding multiple `--group` links on `host create` and `user create`
|
||||
|
|
2
main.go
2
main.go
|
@ -20,7 +20,7 @@ import (
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "1.2.0"
|
||||
VERSION = "1.2.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
|
||||
|
|
Loading…
Reference in a new issue