Increase $arybase::VERSION to 0.03
authorFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 17:55:53 +0000 (09:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 21:31:24 +0000 (13:31 -0800)
ext/arybase/arybase.pm

index aa3946d..e8866c1 100644 (file)
@@ -1,6 +1,6 @@
 package arybase;
 
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 
 require XSLoader;
 XSLoader::load(); # This returns true, which makes require happy.