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

@ -406,7 +406,7 @@ __ [blue][bold]Pterodactyl[reset] _____/___/_______ _______ ______
\_____\ \/\/ / / / __ / ___/
\___\ / / / / /_/ /___ /
\___/\___/___/___/___/___ /______/
/_______/ [bold]v%s[reset]
/_______/ [bold]%s[reset]
Copyright © 2018 - 2021 Dane Everitt & Contributors

View File

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