From dcd2e1315f89d68fe0fe5ddc624b9edb65ad5ff7 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Fri, 17 Jun 2016 10:44:58 -0700 Subject: [PATCH] Update version number --- strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.go b/strings.go index 5099637..d8c212b 100644 --- a/strings.go +++ b/strings.go @@ -8,7 +8,7 @@ package main // Current version of the bot -const VERSION = "v2.9.1" +const VERSION = "v2.10.0" // Message shown to users when they request the version of the bot const DJ_VERSION = "MumbleDJ " + VERSION + ""