Version 0.24
[p5sagit/namespace-clean.git] / lib / namespace / clean.pm
index 6d479d9..a4835a0 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 
 use Package::Stash;
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 our $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
 
 use B::Hooks::EndOfScope 'on_scope_end';