Bump HTTP::Body to 0.8, search.cpan took 0.7 even though I don't have permission
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index d81b8cd..27addcc 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = 0.7;
+our $VERSION = 0.8;
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',