Skip to content

Commit

Permalink
Set Version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Fischer committed Apr 30, 2015
1 parent 275a983 commit 1287acc
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 xiFDRVersion = new Version(1, 0, 1 );
public static Version xiFDRVersion = new Version(1, 0, 2 );
private int minPepPerProteinGroup = 1;
private int minPepPerProteinGroupLink = 1;
private int minPepPerProteinGroupPair = 1;
Expand Down

0 comments on commit 1287acc

Please sign in to comment.