Skip to content

Commit b2b9d16

Browse files
authored
v20220930 (#381)
- version number increased to v20220930
1 parent 6e8c014 commit b2b9d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
public class Version {
2929
private final static Map<VersionType, Integer> versions = Map.of(
30-
VersionType.ADJUSTMENT_CORE, 20211021,
30+
VersionType.ADJUSTMENT_CORE, 20220930,
3131
VersionType.DATABASE, 20220512,
32-
VersionType.USER_INTERFACE, 20220901
32+
VersionType.USER_INTERFACE, 20220930
3333
);
3434

3535
private Version() {}

0 commit comments

Comments
 (0)