X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=3f8acd36a3c28c5e1db9d70c7a6fce17cd3dbfcd;hb=4a9a13c8eb382398293df0c3a6c8652ee4a18db1;hp=3c7933fbfff02c8141cd884598b6d32508df5153;hpb=ade0fe3b2e40703bafbc187c9bdf03fb297319b0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 3c7933f..3f8acd3 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' } # 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.08102'; +$VERSION = '0.08103'; $VERSION = eval $VERSION; # numify for warning-free dev releases