Skip to content

Commit

Permalink
bump version; explain in Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 15, 2016
1 parent 465d710 commit 430acfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
releases by David Cantrell:

0.39 2016-11-15 test jiggery-pokery to make sure stuff works once
. is removed from default @INC (see
http://www.nntp.perl.org/group/perl.cpan.workers/2016/11/msg1513.html)

0.38 2016-10-27 set User-Agent in maint_ip_world_db to cope with
Maxmind occasionally blocking LWP::UserAgent's
default UA. Maxmind are fine with this;
Expand Down
2 changes: 1 addition & 1 deletion lib/IP/World.pm
Expand Up @@ -13,7 +13,7 @@ use Exporter qw(import);
require DynaLoader;
our @ISA = qw(DynaLoader);

our $VERSION = '0.38';
our $VERSION = '0.39';

our @EXPORT_OK = qw(IP_WORLD_FAST IP_WORLD_MMAP IP_WORLD_TINY IP_WORLD_TINY_PERL);

Expand Down

0 comments on commit 430acfc

Please sign in to comment.