Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed Apr 19, 2021
1 parent 8089701 commit 1a44bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/system/init.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Creates Library instance.
*/
public class init {
public static final String versionNumber = "3.9.1";
public static final String versionNumber = "3.9.2";
public static final Library library = Library.getInstance();;
public static final Config config = Config.getInstance();
public static GUI gui;
Expand Down

0 comments on commit 1a44bca

Please sign in to comment.