HTTP::Body, changed to version 0.03 since we it's got a major bug fix
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index cd6f8fd..8cfd1cb 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '0.201';
+our $VERSION = '0.03';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',