mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Update version for development
This commit is contained in:
parent
9313f19441
commit
65fb54cbca
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func init() {
|
|||
flags.BoolVarP(&showVersion, "version", "V", showVersion, "output version and exit")
|
||||
}
|
||||
|
||||
var version = "0.10.0"
|
||||
var version = "0.10.0-dev"
|
||||
|
||||
func tlsSettings() (bool, string, string, error) {
|
||||
var key, cert string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue