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=c8cba12d4178bef6dcb667bd4c307a8ddee9c0f0;hp=eafc15a78fe5a3a3a5c33e39f5fbcf5764d0a4fb;hb=cc3654a1513c5234c8abd7561bb88063bbf011ca;hpb=ee6e8c79bfa5b113aa94c850405b37b677410ef8 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index eafc15a..c8cba12 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.08206'; +$VERSION = '0.08208'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases