increment version

This commit is contained in:
Adrian Malacoda 2018-05-12 01:37:20 -05:00
parent 9052a3b26b
commit 3a06d98247

View File

@ -27,7 +27,7 @@ pub struct DiscordModule {
guilds: Vec<String>
}
const DEFAULT_PLAYING: &'static str = "tenquestionmarks 0.0.3";
const DEFAULT_PLAYING: &'static str = "tenquestionmarks 0.0.4";
impl DiscordModule {
pub fn new (_: &Table, configuration: &Table) -> Box<EventLoop> {