From 619c39ac74498602ac139374889cc23a5c34bd8e Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 6 Feb 2016 02:45:16 -0800 Subject: [PATCH] Update version number, changed version message slightly --- strings.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strings.go b/strings.go index 0a8f06b..0d6ea5b 100644 --- a/strings.go +++ b/strings.go @@ -8,10 +8,10 @@ package main // Current version of the bot -const VERSION = "v2.8.12" +const VERSION = "v2.8.13" // Message shown to users when they request the version of the bot -const DJ_VERSION = "I'm currently running version MumbleDJ " + VERSION + "." +const DJ_VERSION = "MumbleDJ " + VERSION + "" // Message shown to users when the bot has an invalid API key. const INVALID_API_KEY = "MumbleDJ does not have a valid %s API key."