Skip to content

Commit

Permalink
Version change to 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
potyl committed Feb 2, 2011
1 parent 850ed5b commit 8816304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.04 Wed Feb 2 04:54:20 CET 2011
- Unit test bug fix (pass even if host can't do DNS lookups)

0.03 Sun Jan 30 23:17:32 CET 2011
- Documentation and unit tests updates

Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/CacheDNS.pm
Expand Up @@ -6,7 +6,7 @@ use base 'AnyEvent::DNS';

use Data::Dumper;

our $VERSION = '0.03';
our $VERSION = '0.04';

sub import {
my $package = shift;
Expand Down

0 comments on commit 8816304

Please sign in to comment.