Prep for release
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 2ee5ab0..859e6eb 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = 1.00;
+our $VERSION = '1.00';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',