changes line for 0.002 and bump version in Web/Simple.pm
[catagits/Web-Simple.git] / lib / Web / Simple.pm
index 60bccc9..a9711fe 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings FATAL => 'all';
 use 5.008;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 sub setup_all_strictures {
   strict->import;