Skip to content

Commit ead489d

Browse files
authored
v20220723 (#348)
- version number increased v20220723
1 parent 05f95a8 commit ead489d

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, 20220717
32+
VersionType.USER_INTERFACE, 20220723
3333
);
3434

3535
private Version() {}

0 commit comments

Comments
 (0)