Skip to content

Commit

Permalink
hotfix for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phost1111 committed May 20, 2017
1 parent ca332cd commit d908311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.phost</groupId>
<artifactId>discordbot</artifactId>
<version>0.6</version>
<version>0.6a</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/client/ClientManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ClientManager {
public static boolean isDeveloperMode;
public static IDiscordClient theClient;
public static EventDispatcher theDispatcher;
public static String Version = "0.6";
public static String Version = "0.6a";
public static String BotAdminID = "139354514091147264";


Expand Down

0 comments on commit d908311

Please sign in to comment.