diff --git a/cmd/root.go b/cmd/root.go index 79b7439..ef7d8c8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -406,7 +406,7 @@ __ [blue][bold]Pterodactyl[reset] _____/___/_______ _______ ______ \_____\ \/\/ / / / __ / ___/ \___\ / / / / /_/ /___ / \___/\___/___/___/___/___ /______/ - /_______/ [bold]v%s[reset] + /_______/ [bold]%s[reset] Copyright © 2018 - 2021 Dane Everitt & Contributors diff --git a/system/const.go b/system/const.go index 87d87fb..21fe42b 100644 --- a/system/const.go +++ b/system/const.go @@ -2,5 +2,5 @@ package system var ( // The current version of this software. - Version = "0.0.1" + Version = "v0.0.1" )