release 0.005000_03
[p5sagit/Log-Contextual.git] / lib / Log / Contextual.pm
index 9992822..77fce64 100644 (file)
@@ -3,7 +3,7 @@ package Log::Contextual;
 use strict;
 use warnings;
 
-our $VERSION = '0.005000_02';
+our $VERSION = '0.005000_03';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 my @levels = qw(debug trace warn info error fatal);