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