We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36748f commit dce0551Copy full SHA for dce0551
src/main/java/com/mcsmanager/bot/Bot.java
@@ -29,7 +29,7 @@
29
*/
30
public class Bot {
31
/** Current version of the bot */
32
- public static final String VERSION = "1.0.1";
+ public static final String VERSION = "1.0.2";
33
34
35
/** Storage for vote data across suggestion forums */
0 commit comments