We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00c320 commit e9c2b70Copy full SHA for e9c2b70
2 files changed
ganttproject-builder/ganttproject.exe
-5 KB
ganttproject/src/net/sourceforge/ganttproject/GPVersion.java
@@ -19,7 +19,7 @@
19
package net.sourceforge.ganttproject;
20
21
public abstract class GPVersion {
22
- public static String BUILD = "2307"; // BUILD NUMBER
+ public static String BUILD = "2308"; // BUILD NUMBER
23
public static String V2_0_1 = "2.0.1";
24
public static String V2_0_2 = "2.0.2";
25
public static String V2_0_3 = "2.0.3";
0 commit comments