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=93a519431d6d62e198cef04710c006bdd380f08a;hp=7b09ebde6ade3ceb602d57591c9f6cbc97937dd2;hb=9d885c4eed122f29c4b86cde0bba1d888e56bf6a;hpb=0ae1217d4c8ec781f748789de447d07cc1395fbf diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 7b09ebd..93a5194 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -25,7 +25,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.08115'; +$VERSION = '0.08116'; $VERSION = eval $VERSION; # numify for warning-free dev releases