Fix v being shown twice on wings boot

This commit is contained in:
Matthew Penner
2021-01-07 16:44:09 -07:00
parent 6e74123c65
commit 1d36811dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ package system
var (
// The current version of this software.
Version = "0.0.1"
Version = "v0.0.1"
)