Update VERSION files for 0.10.0

This commit is contained in:
Alexander Neumann
2020-09-13 11:24:22 +02:00
parent ecfa514256
commit 13f56bbb3c
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.9.7 0.10.0

View File

@@ -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 = "manually" var version = "0.10.0"
func tlsSettings() (bool, string, string, error) { func tlsSettings() (bool, string, string, error) {
var key, cert string var key, cert string