Quote $VERSION so it won't end up as 0.1.
[p5sagit/namespace-clean.git] / lib / namespace / clean.pm
index 214bbb0..5bd0b9a 100644 (file)
@@ -15,11 +15,11 @@ use B::Hooks::EndOfScope;
 
 =head1 VERSION
 
-0.08
+0.10
 
 =cut
 
-$VERSION         = 0.09;
+$VERSION         = '0.10';
 $STORAGE_VAR     = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS