Trial release preparing for pure-perl-capable 0.21
[p5sagit/namespace-clean.git] / lib / namespace / clean.pm
index 41cd7a3..0792846 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use vars qw( $STORAGE_VAR );
 use Package::Stash;
 
-our $VERSION = '0.20';
+our $VERSION = '0.20_01';
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';