Skip to content

Commit

Permalink
fix error in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fortune9 committed Jul 12, 2015
1 parent 4dabcaf commit 7cc28cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/CUA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Carp;

# some global variables
our $VERSION = '1.03';
our $VERSION = '1.04';
my $sep = "\t";
#my @openFHs; # all file handles opened by this class

Expand All @@ -18,7 +18,7 @@ Bio::CUA - Codon Usage Analyzer.
=head1 VERSION
Version 1.03
Version 1.04
=head1 SYNOPSIS
Expand Down

0 comments on commit 7cc28cd

Please sign in to comment.