Version update, fixing Mason test to use a local datadir (failing tests if /tmp/cache...
[catagits/Catalyst-View-Email.git] / lib / Catalyst / View / Email / Template.pm
index 9d73778..991f199 100644 (file)
@@ -10,7 +10,7 @@ use Email::MIME::Creator;
 
 use base qw|Catalyst::View::Email|;
 
-our $VERSION = '0.06';
+our $VERSION = '0.08';
 
 __PACKAGE__->mk_accessors( qw(default_view template_prefix) );