summaryrefslogtreecommitdiff
path: root/ext/arybase
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-04 13:05:06 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-04 13:12:19 -0700
commitfaa895b1b52c1b778b91da4d5b7f53ac72aaa375 (patch)
treeb368f9389e82edcaf4d9e852de848af5f5c212f7 /ext/arybase
parente94ea821c9b12318e87433760bdeb91530114733 (diff)
downloadperl-faa895b1b52c1b778b91da4d5b7f53ac72aaa375.tar.gz
Increase $arybase::VERSION to 0.12
Diffstat (limited to 'ext/arybase')
-rw-r--r--ext/arybase/arybase.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/arybase/arybase.pm b/ext/arybase/arybase.pm
index a519a4b392..64efe3e5d6 100644
--- a/ext/arybase/arybase.pm
+++ b/ext/arybase/arybase.pm
@@ -1,6 +1,6 @@
package arybase;
-our $VERSION = "0.11";
+our $VERSION = "0.12";
require XSLoader;
XSLoader::load(); # This returns true, which makes require happy.