From 6bea261d684caa065da59e6439f96df513171889 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sun, 14 Feb 2016 19:57:56 -0800 Subject: [PATCH] Update version number --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.go b/strings.go index 75bce78..1a56ec8 100644 --- a/strings.go +++ b/strings.go @@ -8,7 +8,7 @@ package main // Current version of the bot -const VERSION = "v2.8.13" +const VERSION = "v2.8.15" // Message shown to users when they request the version of the bot const DJ_VERSION = "MumbleDJ " + VERSION + ""