X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=adfcea4af2ed29dc6850284625a42f8a8f0d2d07;hb=7cd98754bc5a7287b44cc9638420bd03392e41cb;hp=e49554ea45ce6c001c784a7bf7c42eb2091e004b;hpb=9ff52272361184ab8ba4dd67da4312232fec0fe8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index e49554e..adfcea4 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08240'; +$VERSION = '0.08241'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases