We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486cffc commit 5034db3Copy full SHA for 5034db3
JAG3D/src/org/applied_geodesy/version/jag3d/Version.java
@@ -29,7 +29,7 @@ public class Version {
29
private final static Map<VersionType, Integer> versions = Map.of(
30
VersionType.ADJUSTMENT_CORE, 20231208,
31
VersionType.DATABASE, 20230716,
32
- VersionType.USER_INTERFACE, 20240105
+ VersionType.USER_INTERFACE, 20240320
33
);
34
35
private Version() {}
0 commit comments