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 05f95a8 commit ead489dCopy full SHA for ead489d
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, 20211021,
31
VersionType.DATABASE, 20220512,
32
- VersionType.USER_INTERFACE, 20220717
+ VersionType.USER_INTERFACE, 20220723
33
);
34
35
private Version() {}
0 commit comments