Increase $XS::APItest::VERSION to 0.55
authorFather Chrysostomos <sprout@cpan.org>
Wed, 24 Jul 2013 18:00:08 +0000 (11:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:03 +0000 (23:48 -0700)
ext/XS-APItest/APItest.pm

index ae70f51..823d6cc 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.54';
+our $VERSION = '0.55';
 
 require XSLoader;