Skip to content

Commit 1612527

Browse files
author
FelixKrueger
committed
Bumped version no
1 parent 49d57a9 commit 1612527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trim_galore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use Cwd;
3131
my $DOWARN = 1; # print on screen warning and text by default
3232
BEGIN { $SIG{'__WARN__'} = sub { warn $_[0] if $DOWARN } };
3333

34-
my $trimmer_version = '0.6.2_dev';
34+
my $trimmer_version = '0.6.3';
3535
my $cutadapt_version;
3636
my $python_version;
3737

0 commit comments

Comments
 (0)