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 7352c42 commit 7521d92Copy full SHA for 7521d92
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, 20220930,
31
VersionType.DATABASE, 20220512,
32
- VersionType.USER_INTERFACE, 20220930
+ VersionType.USER_INTERFACE, 20221211
33
);
34
35
private Version() {}
0 commit comments