changelog and version bump
[p5sagit/Devel-GlobalDestruction.git] / lib / Devel / GlobalDestruction.pm
index cf94048..99bc19d 100644 (file)
@@ -3,7 +3,7 @@ package Devel::GlobalDestruction;
 use strict;
 use warnings;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Sub::Exporter -setup => {
     exports => [ qw(in_global_destruction) ],