X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=fa8166b795c907c3cff1de91fe3eacc8539fedae;hb=653361f356a55e69c2398dada15bbea6b1053f4d;hp=3b17116d0d4f5d2a14ddb4863124f514a1e21ea9;hpb=75c23ff0506ed9240e3a5388253fb97c00ca7ed8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 3b17116..fa8166b 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.08250'; +$VERSION = '0.08260'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases