Skip to content

Commit

Permalink
Nightly build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 26, 2017
1 parent 1c9b46a commit 5b9a1e6
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 @@ -4,7 +4,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.3</version>
<version>2.1.4-dev-1c9b46a</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 @@ -25,7 +25,7 @@ public class ECL2 {
public static final boolean flankingPeaks = true;

private static final Logger logger = LoggerFactory.getLogger(ECL2.class);
private static final String version = "2.1.3";
public static final String version = "2.1.4-dev-1c9b46a";

public static boolean debug;
public static boolean dev;
Expand Down

0 comments on commit 5b9a1e6

Please sign in to comment.