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=317d91c63bcfed0a74d5537f142e351ffb350abb;hp=06348f11911629b7ffbfb49b98236f97db0884a3;hb=40b2218de3c9b90da19ce0e30fa747cacf933977;hpb=4557be612bbc10466b2de8381421805b29bb9f4e diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 06348f1..317d91c 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,7 +27,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.08125'; +$VERSION = '0.08126'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases