Skip to content

Commit 33204ba

Browse files
committed
Update program date and change log
1 parent 65ee9ce commit 33204ba

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/Changelog.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
1313
<a href="index.html">MS-GF+ Documentation home</a>
1414
</p>
1515

16+
<p>
17+
<b>v2020.06.22</b>
18+
</p>
19+
<ul>
20+
<li>Show progress messages every 2 seconds when indexing the FASTA file</li>
21+
</ul>
22+
1623
<p>
1724
<b>v2020.06.16</b>
1825
</p>

src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
public class MSGFPlus {
25-
public static final String VERSION = "Release (v2020.06.16)";
26-
public static final String RELEASE_DATE = "16 June 2020";
25+
public static final String VERSION = "Release (v2020.06.22)";
26+
public static final String RELEASE_DATE = "22 June 2020";
2727

2828
public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
2929
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX";

0 commit comments

Comments
 (0)