mirror of
https://github.com/moul/sshportal.git
synced 2025-03-10 22:38:21 +08:00
Post-release version bump
This commit is contained in:
parent
2becd5eec2
commit
1ddd6867b6
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## master (unreleased)
|
||||||
|
|
||||||
|
* No entry
|
||||||
|
|
||||||
## v1.4.0 (2017-11-24)
|
## v1.4.0 (2017-11-24)
|
||||||
|
|
||||||
* Add 'key setup' command (easy SSH key installation)
|
* Add 'key setup' command (easy SSH key installation)
|
||||||
|
|
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.4.0"
|
VERSION = "1.4.0+dev"
|
||||||
// GIT_TAG will be overwritten automatically by the build system
|
// GIT_TAG will be overwritten automatically by the build system
|
||||||
GIT_TAG string
|
GIT_TAG string
|
||||||
// GIT_SHA will be overwritten automatically by the build system
|
// GIT_SHA will be overwritten automatically by the build system
|
||||||
|
|
Loading…
Reference in a new issue