X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=412cb265359a3effeae7596a77f29f745afafef3;hb=30cfb462edd758da5dc57cb8bff0d989ef16329d;hp=1480029bfa05b06764c3ce1f0a3395d43762aa48;hpb=cfa136aa2c08cfc19e7ef47e6cb1bccd8469e813;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1480029..412cb26 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.08195'; +$VERSION = '0.08196'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases