Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed May 25, 2018
1 parent 5a60444 commit e3757f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/hmmer2go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use HMMER2GO;

our $VERSION = '0.18.0';
our $VERSION = '0.17.8';

HMMER2GO->run;

Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) = @_;
Expand Down

0 comments on commit e3757f9

Please sign in to comment.