Skip to content

Commit

Permalink
bump version for next quarterly release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Sep 9, 2015
1 parent 0615da3 commit 98f9966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
2015-09-09 3.0011 Data updates

2015-07-20 3.0010 Fix a minor bug in the tests which were throiwing up
misleading failures if a country-specific subclass
was installed
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util 'blessed';
use Number::Phone::Country qw(noexport uk);
use Number::Phone::StubCountry;

our $VERSION = '3.0010';
our $VERSION = '3.0011';

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit 98f9966

Please sign in to comment.