Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Nov 11, 2015
1 parent 030bea3 commit 352d539
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>proteomics</groupId>
<artifactId>ECL</artifactId>
<version>20151108</version>
<version>20151111</version>
<packaging>jar</packaging>

<name>ECL</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/proteomics/SearchMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private static List<List<FinalResultEntry>> pickResult(List<FinalResultEntry> se
}

private static void help() {
String help_str = "ECL version 20151108\r\n"
String help_str = "ECL version 20151111\r\n"
+ "A cross-linked peptides identification tool.\r\n"
+ "Author: Fengchao Yu\r\n"
+ "Email: [email protected]\r\n"
Expand Down

0 comments on commit 352d539

Please sign in to comment.