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 b640096 commit 07e1aa4Copy full SHA for 07e1aa4
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, 20230228,
31
VersionType.DATABASE, 20230131,
32
- VersionType.USER_INTERFACE, 20230316
+ VersionType.USER_INTERFACE, 20230404
33
);
34
35
private Version() {}
0 commit comments