mirror of
https://github.com/restic/rest-server.git
synced 2026-04-11 12:41:39 -07:00
Update version for development
This commit is contained in:
@@ -53,7 +53,7 @@ func init() {
|
|||||||
flags.BoolVarP(&showVersion, "version", "V", showVersion, "output version and exit")
|
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) {
|
func tlsSettings() (bool, string, string, error) {
|
||||||
var key, cert string
|
var key, cert string
|
||||||
|
|||||||
Reference in New Issue
Block a user