Version 0.12
[catagits/Catalyst-Plugin-Cache.git] / lib / Catalyst / Plugin / Cache.pm
index a4921c7..9ca7680 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 
 with 'Catalyst::ClassData';
 
-our $VERSION = "0.11";
+our $VERSION = "0.12";
 
 use Scalar::Util ();
 use Catalyst::Utils ();