bindings/perl: Fix a memory leak in _ping_iterator_get_hostname().
[liboping.git] / bindings / perl / lib / Net / Oping.pm
index aeeedf0..6c59ecb 100644 (file)
@@ -36,7 +36,7 @@ use warnings;
 
 use Carp (qw(cluck confess));
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 require XSLoader;
 XSLoader::load ('Net::Oping', $VERSION);