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 638cc47 commit 0be72cfCopy full SHA for 0be72cf
JAG3D/src/org/applied_geodesy/version/jag3d/Version.java
@@ -27,9 +27,9 @@
27
28
public class Version {
29
private final static Map<VersionType, Integer> versions = Map.of(
30
- VersionType.ADJUSTMENT_CORE, 20220930,
+ VersionType.ADJUSTMENT_CORE, 20230228,
31
VersionType.DATABASE, 20230131,
32
- VersionType.USER_INTERFACE, 20230204
+ VersionType.USER_INTERFACE, 20230228
33
);
34
35
private Version() {}
0 commit comments