Bumped HTTP::Body to 0.4 so CPAN installs the right version
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 8cfd1cb..83b4c87 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '0.03';
+our $VERSION = '0.4';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',