Skip to content

Commit

Permalink
v20220723 (applied-geodesy#348)
Browse files Browse the repository at this point in the history
- version number increased v20220723
  • Loading branch information
loesler authored Jul 23, 2022
1 parent 05f95a8 commit ead489d
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, 20211021,
VersionType.DATABASE, 20220512,
VersionType.USER_INTERFACE, 20220717
VersionType.USER_INTERFACE, 20220723
);

private Version() {}
Expand Down

0 comments on commit ead489d

Please sign in to comment.