No leading v

This commit is contained in:
2022-01-16 23:01:15 +10:30
parent a0b2a9a4a0
commit 7836f2ffbf
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/spf13/viper"
)
var CurrentVersion = "v0.0.1"
var CurrentVersion = "0.0.1"
func main() {
isServer := flag.Bool("server", false, "Run netgiv in server mode")