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