Skip to content

Commit

Permalink
update version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maltem-za committed Jun 14, 2024
1 parent 0adac1e commit d0861ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/catma/ui/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public final class Version {
private int patch;


public final static Version CATMA_7_0_4 = new Version(7, 0, 4);
public final static Version CATMA_7_1_0 = new Version(7, 1, 0);


public final static Version LATEST = CATMA_7_0_4;
public final static Version LATEST = CATMA_7_1_0;


/**
Expand Down

0 comments on commit d0861ab

Please sign in to comment.