X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=97dc8588b2a84a2349ad3c8133b77fd298e1997a;hp=66d4e59b89610e81eb300a85f13ec8280b7c5d81;hb=4f3642577df36ffd9ea808011dd5e6f02551ee70;hpb=189142afe79277acea0b50a0c6965b6e8eaa9ce8 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 66d4e59..97dc858 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.08208'; +$VERSION = '0.08209'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases