Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Mar 6, 2017
1 parent 169879a commit 9746896
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.cloudcraftgaming</groupId>
<artifactId>DisCal</artifactId>
<version>Beta 1.2.0</version>
<version>Beta 2.0.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cloudcraftgaming/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
@SuppressWarnings("SameParameterValue")
public class Main {
public static String version = "Beta 1.2.0";
public static String version = "Beta 2.0.0";
public static IDiscordClient client;

public static void main(String[] args) {
Expand Down

0 comments on commit 9746896

Please sign in to comment.