Skip to content

Commit

Permalink
correct version number that is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
steuernb committed Jun 18, 2018
1 parent f3582a4 commit aefe653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutantHunter/MutChromSeq.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@

/**
*
* @version 3.1
* @version 2
* @author steuernb
*
*/
public class MutChromSeq {

public static final double version = 4;
public static final double version = 2;
public static final String wildtype = "wildtype";

Hashtable<String, TargetContig> targetContigs;
Expand Down

0 comments on commit aefe653

Please sign in to comment.