Skip to content

Commit 5034db3

Browse files
authored
- Version number increased v20240320
1 parent 486cffc commit 5034db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JAG3D/src/org/applied_geodesy/version/jag3d/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Version {
2929
private final static Map<VersionType, Integer> versions = Map.of(
3030
VersionType.ADJUSTMENT_CORE, 20231208,
3131
VersionType.DATABASE, 20230716,
32-
VersionType.USER_INTERFACE, 20240105
32+
VersionType.USER_INTERFACE, 20240320
3333
);
3434

3535
private Version() {}

0 commit comments

Comments
 (0)