X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=a727553a7ecf6a4310c00ce592ed7bb622fc361a;hb=08615cfbc61aeab6275774832560a6ba3b1edeaf;hp=d0d9d0b90396322cb28c55891056f40182134ba4;hpb=16667b3ab96a1c4a533d071e8e52eed883724828;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index d0d9d0b..a727553 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.08196'; +$VERSION = '0.08203'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases