mirror of
https://github.com/moul/sshportal.git
synced 2025-09-09 22:24:29 +08:00
Post-release version bump
This commit is contained in:
parent
abba8dc990
commit
d6a7a6702f
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.0 (2017-11-15)
|
||||
## master (unreleased)
|
||||
|
||||
* No entry
|
||||
|
||||
## v1.1.0 (2017-11-15)
|
||||
|
||||
* Improve versionning (static VERSION + dynamic GIT_* info)
|
||||
* Configuration management (backup + restore)
|
||||
|
@ -8,7 +12,7 @@
|
|||
* Disable mysql support (not fully working right now)
|
||||
* Set random seed properly
|
||||
|
||||
## 1.0.0 (2017-11-14)
|
||||
## v1.0.0 (2017-11-14)
|
||||
|
||||
Initial version
|
||||
|
||||
|
|
2
main.go
2
main.go
|
@ -20,7 +20,7 @@ import (
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "1.1.0"
|
||||
VERSION = "1.1.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…
Add table
Reference in a new issue