Skip to content

Commit

Permalink
update version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maltem-za committed May 28, 2023
1 parent 3a31fc6 commit f0b552f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>de.catma</groupId>
<artifactId>catma</artifactId>
<version>6.5-SNAPSHOT</version>
<version>7.0-SNAPSHOT</version>
<name>catma</name>
<packaging>war</packaging>

Expand Down
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_6_5_4 = new Version(6, 5, 4);
public final static Version CATMA_7_0_0 = new Version(7, 0, 0);


public final static Version LATEST = CATMA_6_5_4;
public final static Version LATEST = CATMA_7_0_0;


/**
Expand Down

0 comments on commit f0b552f

Please sign in to comment.