Skip to content

Commit

Permalink
v20241113 (#532)
Browse files Browse the repository at this point in the history
- Version number increased v20241113
  • Loading branch information
loesler authored Nov 13, 2024
1 parent b71059c commit 28a8bb0
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, 20240417,
VersionType.USER_INTERFACE, 20241011
VersionType.USER_INTERFACE, 20241113
);

private Version() {}
Expand Down

0 comments on commit 28a8bb0

Please sign in to comment.