Skip to content

Commit

Permalink
Fixed a bug for displaying the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Jan 13, 2016
1 parent d621cf9 commit 9584c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsem_perl_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(runCommand);
our @EXPORT_OK = qw(runCommand collectResults showVersionInfo);

my $version = "RSEM v1.2.25";
my $version = "RSEM v1.2.26";

# command, {err_msg}
sub runCommand {
Expand Down

0 comments on commit 9584c8b

Please sign in to comment.