Skip to content

Commit

Permalink
Prepare release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Oct 25, 2023
1 parent 8455ef6 commit b69c08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>lukfor</groupId>
<artifactId>pgs-calc</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<packaging>jar</packaging>

<name>pgs-calc</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/riskscore/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class App {

public static final String APP = "pgs-calc";

public static final String VERSION = "1.5.4";
public static final String VERSION = "1.5.5";

public static final String URL = "https://github.com/lukfor/pgs-calc";

Expand Down

0 comments on commit b69c08b

Please sign in to comment.