Skip to content

Commit 60262b3

Browse files
committed
Flexbar 3.0.2 release
1 parent d46543c commit 60262b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Flexbar.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Flexbar - flexible barcode and adapter removal
44
5-
Version 3.0.1
5+
Version 3.0.2
66
77
uses SeqAn library release 2.2.0
88
and TBB library 4.0 or later
@@ -27,8 +27,8 @@ int main(int argc, const char* argv[]){
2727
using namespace std;
2828
using namespace seqan;
2929

30-
const string version = "3.0.1";
31-
const string date = "April 2017";
30+
const string version = "3.0.2";
31+
const string date = "May 2017";
3232

3333
ArgumentParser parser("flexbar");
3434

0 commit comments

Comments
 (0)