X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=2f2be9e75c7205925f280b598b3b81a4583d5015;hb=refs%2Ftags%2Fv0.082821;hp=10711ee4d5c3ed63d042dbf8848e575428f3c5fb;hpb=fb938cc907950dd0adee694a65b3d2112c7edbfd;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 10711ee..2f2be9e 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.082820'; +$VERSION = '0.082821'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases