X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=1e0dc938486a94f9ed3539e663d07f0074291cc7;hb=refs%2Ftags%2Fv0.082800;hp=070bdc038f7db25efba7e4b7bc63495826b65a2a;hpb=13ad6d2a9f92ee1fd3baf4921643901055b26b62;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 070bdc0..1e0dc93 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.082700_06'; +$VERSION = '0.082800'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases