Skip to content

Commit

Permalink
v20221211 (applied-geodesy#392)
Browse files Browse the repository at this point in the history
- version number increased v20221211
  • Loading branch information
loesler authored Dec 11, 2022
1 parent 7352c42 commit 7521d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JAG3D/src/org/applied_geodesy/version/jag3d/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20220930,
VersionType.DATABASE, 20220512,
VersionType.USER_INTERFACE, 20220930
VersionType.USER_INTERFACE, 20221211
);

private Version() {}
Expand Down

0 comments on commit 7521d92

Please sign in to comment.