increment version

This commit is contained in:
Adrian Malacoda 2018-02-22 21:44:40 -06:00
parent 69c16ccd5f
commit a37b6ab627

View File

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