From 79f318d4351021d02ec2694bcdf8afbf4b553984 Mon Sep 17 00:00:00 2001 From: hashworks Date: Tue, 19 Jan 2016 15:08:44 +0100 Subject: [PATCH] Move version to own line in --version --- xREL.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xREL.go b/xREL.go index f048294..3f92903 100644 --- a/xREL.go +++ b/xREL.go @@ -111,8 +111,9 @@ func main() { config, _ := configHandler.GetConfig(configFilePath) if versionFlag { - fmt.Println("xREL Terminal Client " + VERSION) + fmt.Println("xREL Terminal Client") fmt.Println("https://github.com/hashworks/xRELTerminalClient") + fmt.Println("Version: " + VERSION) fmt.Println() fmt.Println("Published under the GNU General Public License v3.0.") } else if rmFavEntryFlag {