Release 0.02
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / lib / DBIx / Class / ResultSource / MultipleTableInheritance.pm
index ecfacb0..980d58b 100644 (file)
@@ -11,7 +11,7 @@ use String::TT qw(strip tt);
 use Scalar::Util qw(blessed);
 use namespace::autoclean -also => [qw/argify qualify_with body_cols pk_cols names_of function_body arg_hash rule_body/];
 
-our $VERSION = 0.01;
+our $VERSION = 0.02;
 
 __PACKAGE__->mk_group_accessors(simple => qw(parent_source additional_parents));