From f443d49ff7c92092da9fbfb6d54d07ca5c8b5a65 Mon Sep 17 00:00:00 2001 From: Fengchao Date: Tue, 21 Dec 2021 21:45:19 -0500 Subject: [PATCH] Bump to 2.1.9. --- pom.xml | 2 +- src/main/java/proteomics/ECL2.java | 2 +- src/main/resources/parameter.def | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9dcadc2..5066626 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ hk.ust.bioinformatics ECL2 - 2.1.8 + 2.1.9 jar ECL2 diff --git a/src/main/java/proteomics/ECL2.java b/src/main/java/proteomics/ECL2.java index c9d67fc..5775f66 100644 --- a/src/main/java/proteomics/ECL2.java +++ b/src/main/java/proteomics/ECL2.java @@ -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; diff --git a/src/main/resources/parameter.def b/src/main/resources/parameter.def index aae7cd6..b4d1dc2 100644 --- a/src/main/resources/parameter.def +++ b/src/main/resources/parameter.def @@ -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.