Fixed InflateColumn to call set_column during set_inflated_column
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 8966c98..744cb4a 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use vars qw($VERSION);
 use base qw/DBIx::Class::Componentised Class::Data::Inheritable/;
 
-$VERSION = '0.04';
+$VERSION = '0.04001';
 
 
 1;