Skip to content

Commit 60be39f

Browse files
authored
v20220901 (#369)
- Version number increased to v20220901
1 parent c40775d commit 60be39f

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

3535
private Version() {}

0 commit comments

Comments
 (0)