Update version number

pull/118/merge 2.10.0
Matthieu Grieger 2016-06-17 10:44:58 -07:00 committed by GitHub
parent a6aed046c6
commit dcd2e1315f
1 changed files with 1 additions and 1 deletions

View File

@ -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 <b>" + VERSION + "</b>"