Skip to content

Commit

Permalink
Merge pull request #24 from DizzyThermal/typo
Browse files Browse the repository at this point in the history
Version typo
  • Loading branch information
DizzyThermal committed Nov 12, 2021
2 parents 6cddcca + 649a80d commit a29aaa6
Showing 1 changed file with 1 addition and 1 deletion.
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.3";
public static final String TKVIEWER_VERSION = "3.5";

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

0 comments on commit a29aaa6

Please sign in to comment.