bump version
Graham Knop [Sat, 16 Aug 2014 00:33:26 +0000 (20:33 -0400)]
lib/Devel/GlobalDestruction.pm

index 092eb21..b449cda 100644 (file)
@@ -3,7 +3,7 @@ package Devel::GlobalDestruction;
 use strict;
 use warnings;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 use Sub::Exporter::Progressive -setup => {
   exports => [ qw(in_global_destruction) ],