for the default version number, include the v

This commit is contained in:
Travis 2017-02-03 09:23:15 -06:00
parent d25458ac30
commit 2a06333449
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -22,7 +22,7 @@ var Version string
func init() {
if Version == "" {
Version = "0.0.0"
Version = "v0.0.0"
}
rand.Seed(time.Now().UTC().UnixNano())