Bumping version to 0.002_000
[dbsrgits/DBIx-Class-ParameterizedJoinHack.git] / lib / DBIx / Class / ParameterizedJoinHack.pm
index ade3d1a..5e63cc1 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw(DBIx::Class);
 
-our $VERSION = '0.001_003'; # 0.1.3
+our $VERSION = '0.002_000'; # 0.2.0
 $VERSION = eval $VERSION;
 
 our $STORE = '_parameterized_join_hack_meta_info';