Skip to content

Commit 0a90fcf

Browse files
Merge pull request #357 from UncleGrandpa925/fix-bugs-v1.4
Change MainApp's version to 1.3.8
2 parents 03a3a9d + 3add1c2 commit 0a90fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/trackitnus/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
public class MainApp extends Application {
3838

39-
public static final Version VERSION = new Version(0, 6, 0, true);
39+
public static final Version VERSION = new Version(1, 3, 8, true);
4040

4141
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4242

0 commit comments

Comments
 (0)