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=f83e278eaed04ea4120c1fc2ad5bd35fb39a745f;hp=76b4490bddf5c7c943f5d54073ab8d47ed3afdaa;hb=f181e8fecf545cf39de6975fc6187f72437e9af9;hpb=cee28da6df7d6946a52aed8380f97df50af8747b diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 76b4490..f83e278 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.08118_01'; +$VERSION = '0.08119'; $VERSION = eval $VERSION; # numify for warning-free dev releases