X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=631069751853971d2e9f414fc0e8b2c091246257;hb=70171cd740b6a10899819c54332397e0eec18397;hp=f9cf49a64b7451b95f44ae3f7546d0c9cc14e675;hpb=f9cc85ce4c60c87d559247e28fe9a5f2ec18992c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f9cf49a..6310697 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.08191'; +$VERSION = '0.08192'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases