Skip to content

Commit 7521d92

Browse files
authored
v20221211 (#392)
- version number increased v20221211
1 parent 7352c42 commit 7521d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JAG3D/src/org/applied_geodesy/version/jag3d/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Version {
2929
private final static Map<VersionType, Integer> versions = Map.of(
3030
VersionType.ADJUSTMENT_CORE, 20220930,
3131
VersionType.DATABASE, 20220512,
32-
VersionType.USER_INTERFACE, 20220930
32+
VersionType.USER_INTERFACE, 20221211
3333
);
3434

3535
private Version() {}

0 commit comments

Comments
 (0)