We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef6da8 commit 557ac33Copy full SHA for 557ac33
src/gui/MainGui.java
@@ -33,7 +33,7 @@ public class MainGui {
33
34
public static Dimension screensize;
35
36
- public static String currentVersionTag = "v3.4";
+ public static String currentVersionTag = "v3.5";
37
38
public final static int moveToSectionAbove = -1;
39
public final static int removeSection = 0;
0 commit comments