Upped version to 0.03 :)
Matt S Trout [Fri, 9 Sep 2005 08:43:47 +0000 (08:43 +0000)]
lib/DBIx/Class.pm

index 6acc72c..83064ce 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use vars qw($VERSION);
 use base qw/DBIx::Class::Componentised/;
 
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 
 1;