From: Peter Rabbitson Date: Wed, 24 Apr 2013 05:19:33 +0000 (+0200) Subject: Devrel 0.08249_04 X-Git-Tag: v0.08250~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=b339360ca693ef3f9199191fdd48c16f00c1d762 Devrel 0.08249_04 --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 8c1be84..3e6a982 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.08249_03'; +$VERSION = '0.08249_04'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases