Skip to content

Commit 3e33b8b

Browse files
Bump to version 2.2.4.
1 parent 66e9503 commit 3e33b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### HEAD
1+
### Version 2.2.4 - 2019-02-10
22

33
* Fixed bug in --trim5p N which would AdapterRemoval to abort if N was greater
44
than the pre-trimmed read length.

src/main.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ar
3131
{
3232

3333
const std::string NAME = "AdapterRemoval";
34-
const std::string VERSION = "ver. 2.2.3";
34+
const std::string VERSION = "ver. 2.2.4";
3535
const std::string HELPTEXT = \
3636
"This program searches for and removes remnant adapter sequences from\n"
3737
"your read data. The program can analyze both single end and paired end\n"

0 commit comments

Comments
 (0)