Skip to content

Commit

Permalink
v20240320 (applied-geodesy#506)
Browse files Browse the repository at this point in the history
- Version number increased v20240320
  • Loading branch information
loesler authored Mar 20, 2024
1 parent 486cffc commit 5034db3
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, 20231208,
VersionType.DATABASE, 20230716,
VersionType.USER_INTERFACE, 20240105
VersionType.USER_INTERFACE, 20240320
);

private Version() {}
Expand Down

0 comments on commit 5034db3

Please sign in to comment.