mirror of
https://github.com/moul/sshportal.git
synced 2025-03-10 06:17:23 +08:00
Post-release version bump
This commit is contained in:
parent
2555c478b4
commit
ed42f343d2
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## master (unreleased)
|
||||||
|
|
||||||
|
* No entry
|
||||||
|
|
||||||
## v1.7.1 (2018-01-03)
|
## v1.7.1 (2018-01-03)
|
||||||
|
|
||||||
* Return non-null exit-code on authentication error
|
* Return non-null exit-code on authentication error
|
||||||
|
|
2
main.go
2
main.go
|
@ -27,7 +27,7 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version should be updated by hand at each release
|
// Version should be updated by hand at each release
|
||||||
Version = "1.7.1"
|
Version = "1.7.1+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…
Reference in a new issue