Skip to content

Commit

Permalink
changed version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspwil committed Apr 4, 2021
1 parent fba5c1d commit d7c836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ndballsim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static void main(String[] args) {
boolean info = false;
boolean unlimit = false;
int max = 100000;
String version = "V1.2.2";
String version = "V1.3.0";
String help = "NDBall Simulator " + version + "\n"
+ "Commands are formated like this:\n"
+ "[flags] (file containing code)\n"
Expand Down

0 comments on commit d7c836f

Please sign in to comment.