Skip to content

Commit

Permalink
changed version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aspwil committed Nov 18, 2020
1 parent ce237f5 commit a5b79be
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 @@ -11,7 +11,7 @@ public static void main(String[] args) {
boolean log = false;
boolean info = false;
int max = 10000;
String version = "V1.1.0";
String version = "V1.1.1";
String help = "NDBall Simulator " + version + "\n"
+ "Commands are formated like this:\n"
+ "[flags] (file containing code)\n"
Expand Down

0 comments on commit a5b79be

Please sign in to comment.