diff --git a/Changes b/Changes index 82b0f66..e4c63a3 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for HMMER2GO Version Date Location -0.18.0 05/25/2018 Vancouver, BC +0.17.8 05/25/2018 Vancouver, BC - Bug fix for #15 with trying to dereference a scalar. This was caused by a changing the return value of a method and not handling the change in the code. diff --git a/bin/hmmer2go b/bin/hmmer2go index f9478b2..a8466cd 100755 --- a/bin/hmmer2go +++ b/bin/hmmer2go @@ -5,7 +5,7 @@ use strict; use warnings; use HMMER2GO; -our $VERSION = '0.18.0'; +our $VERSION = '0.17.8'; HMMER2GO->run; diff --git a/lib/HMMER2GO.pm b/lib/HMMER2GO.pm index 46ad3c7..1000946 100644 --- a/lib/HMMER2GO.pm +++ b/lib/HMMER2GO.pm @@ -8,11 +8,11 @@ HMMER2GO - Annotate DNA sequences for Gene Ontology terms =head1 VERSION -Version 0.18.0 +Version 0.17.8 =cut -our $VERSION = '0.18.0'; +our $VERSION = '0.17.8'; sub global_opt_spec { [ 'man|m' => "Get the manual entry for a command" ]; diff --git a/lib/HMMER2GO/Command.pm b/lib/HMMER2GO/Command.pm index 8df5eed..d1883ed 100644 --- a/lib/HMMER2GO/Command.pm +++ b/lib/HMMER2GO/Command.pm @@ -8,11 +8,11 @@ HMMER2GO::Command - Control class for setting global options with HMMER2GO =head1 VERSION -Version 0.18.0 +Version 0.17.8 =cut -our $VERSION = '0.18.0'; +our $VERSION = '0.17.8'; sub opt_spec { my ( $class, $app ) = @_;