Simple versioning for releases

This commit is contained in:
2022-01-16 23:00:29 +10:30
parent 6437763ed9
commit a0b2a9a4a0
2 changed files with 42 additions and 0 deletions

View File

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