Update version number

This commit is contained in:
Matthieu Grieger 2016-04-09 16:27:28 -07:00
parent 7a14fed3dc
commit 41301d1a48

View file

@ -8,7 +8,7 @@
package main
// Current version of the bot
const VERSION = "v2.8.15"
const VERSION = "v2.9.0"
// Message shown to users when they request the version of the bot
const DJ_VERSION = "MumbleDJ <b>" + VERSION + "</b>"