We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d57a9 commit 1612527Copy full SHA for 1612527
trim_galore
@@ -31,7 +31,7 @@ use Cwd;
31
my $DOWARN = 1; # print on screen warning and text by default
32
BEGIN { $SIG{'__WARN__'} = sub { warn $_[0] if $DOWARN } };
33
34
-my $trimmer_version = '0.6.2_dev';
+my $trimmer_version = '0.6.3';
35
my $cutadapt_version;
36
my $python_version;
37
0 commit comments