From: Peter Rabbitson Date: Fri, 26 Sep 2014 02:25:00 +0000 (+0200) Subject: Bump blead version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b63585bda302ef0502b1769958a443c3b7e54b8f;hp=6189917d568e5e63a5767b4c73031ce2680e7c80;p=dbsrgits%2FDBIx-Class.git Bump blead version --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1e0dc93..32e4c23 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.082800'; +$VERSION = '0.082899_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases