Bump version and update Changes
[webservice-foaas.git] / lib / WebService / FOAAS / Codegen.pm
index a8e1dd1bc7d06828b2d72bf510d1fda073b2a968..f4e4f32db08c9a64319f4f25a3c4b4449d5e54ff 100644 (file)
@@ -7,6 +7,8 @@ use warnings;
 use HTTP::Tiny;
 use JSON::MaybeXS qw/decode_json/;
 
+our $VERSION = '0.001001';
+
 sub run {
        my $ht = HTTP::Tiny->new;
        my $result = $ht->get('https://foaas.com/operations');
This page took 0.009927 seconds and 4 git commands to generate.