Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Fischer committed Apr 11, 2015
1 parent 39f7a59 commit b5bcbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rappsilber/fdr/OfflineFDR.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public abstract class OfflineFDR {
* is a higher score better than a lower score?
*/
protected boolean PSMScoreHighBetter = true;
public static Version version = new Version(0, 9, "$Rev: 540 $");
public static Version version = new Version(1, 0, 1 );
private int minPepPerProteinGroup = 1;
private int minPepPerProteinGroupLink = 1;
private int minPepPerProteinGroupPair = 1;
Expand Down

0 comments on commit b5bcbb1

Please sign in to comment.