mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
for the default version number, include the v
This commit is contained in:
parent
d25458ac30
commit
2a06333449
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue