Skip to content

Commit 0774881

Browse files
authored
v20220710 (#335)
- version number increased to v20220710
1 parent 6fdb560 commit 0774881

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, 20211021,
3131
VersionType.DATABASE, 20220512,
32-
VersionType.USER_INTERFACE, 20220525
32+
VersionType.USER_INTERFACE, 20220710
3333
);
3434

3535
private Version() {}

0 commit comments

Comments
 (0)