Releng for 0.001_001 dev release
[dbsrgits/DBIx-Class-ParameterizedJoinHack.git] / lib / DBIx / Class / ParameterizedJoinHack.pm
index 132709a..de7a333 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw(DBIx::Class);
 
-our $VERSION = '0.000001'; # 0.0.1
+our $VERSION = '0.001_001'; # 0.1.1
 $VERSION = eval $VERSION;
 
 our $STORE = '_parameterized_join_hack_meta_info';