Skip to content

Commit

Permalink
Bump to 2.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Dec 22, 2021
1 parent 90d97ac commit f443d49
Show file tree
Hide file tree
Showing 3 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 @@ -3,7 +3,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.8</version>
<version>2.1.9</version>
<packaging>jar</packaging>

<name>ECL2</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/proteomics/ECL2.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ECL2 {
public static final int[] isotopeCorrectionArray = new int[]{-2, -1, 0}; // do not change it

private static final Logger logger = LoggerFactory.getLogger(ECL2.class);
public static final String version = "2.1.8";
public static final String version = "2.1.9";

public static boolean debug;
public static boolean dev;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/parameter.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.1.8
# 2.1.9
# The first line is the parameter file version. Do not change it.
thread_num = 0 # The thread number. Set to 0 to use all the CPU resources of the computer.
debug = 0 # For debug.
Expand Down

0 comments on commit f443d49

Please sign in to comment.