X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;fp=lib%2FDBIx%2FClass.pm;h=6fb476020a003e77aa3023f0c5866d9c75e4c354;hb=b4e9f590228d1d73d4089c2ec88372e683e17aeb;hp=c7d6c9d1fc4a75b5195701f5e2e26f901094a6c6;hpb=e0b2dc7456481be6870a23a5927a99c8416c82f7;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index c7d6c9d..6fb4760 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -69,7 +69,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.08127'; +$VERSION = '0.08190'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases