mirror of
https://github.com/moul/sshportal.git
synced 2025-03-09 22:06:34 +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
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
* No entry
|
||||
|
||||
## v1.7.1 (2018-01-03)
|
||||
|
||||
* Return non-null exit-code on authentication error
|
||||
|
|
2
main.go
2
main.go
|
@ -27,7 +27,7 @@ import (
|
|||
|
||||
var (
|
||||
// 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 string
|
||||
// GitSha will be overwritten automatically by the build system
|
||||
|
|
Loading…
Reference in a new issue