B.pm: Bump version
authorKarl Williamson <public@khwilliamson.com>
Wed, 5 Feb 2014 21:56:50 +0000 (14:56 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 5 Feb 2014 22:47:04 +0000 (15:47 -0700)
ext/B/B.pm

index 7a63f62..ee4700f 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.47';
+    $B::VERSION = '1.48';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.