Prepare for new release
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 65c2716..88be9b7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',