Skip to content

Commit

Permalink
Bumping Version -> 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyThermal committed Oct 23, 2019
1 parent 3fa683f commit 974ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gamemode/tkviewer/TKViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class TKViewer {

public static final String TKVIEWER_VERSION = "3.1";
public static final String TKVIEWER_VERSION = "3.2";

public static void main(String[] args) {
GUI gui = new GUI("TKViewer - " + TKVIEWER_VERSION);
Expand Down

0 comments on commit 974ae11

Please sign in to comment.