X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=0695e43e57cc315c67956207bacc80a8651a7fb9;hb=24dd6ae00744607afc04910a44483422c17cb565;hp=3e6a982816314d3e9b3108d7381289d2cbbb8368;hpb=090c2209999171147d12e33aea52237e9e2fae83;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 3e6a982..0695e43 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.08249_04'; +$VERSION = '0.08249_05'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases