Skip to content

Commit

Permalink
Prepare release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Dec 8, 2023
1 parent e856f31 commit 27fbf7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/pgs-calc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
export JAVA_PROGRAM_ARGS=`echo "$@"`
FILE_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
java -Xmx10G -jar "$FILE_PATH/pgs-calc.jar" $JAVA_PROGRAM_ARGS
java -Xmx10G -jar "$FILE_PATH/pgs-calc.jar" "$@"
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.6.0</version>
<version>1.6.1</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 @@ -17,7 +17,7 @@ public class App {

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

public static final String VERSION = "1.6.0";
public static final String VERSION = "1.6.1";

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

Expand Down

0 comments on commit 27fbf7f

Please sign in to comment.