X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient%2Fhttps.pm;fp=lib%2FGraphQL%2FClient%2Fhttps.pm;h=937f9ada39cfa6ab8341e360344d7ab8909b930f;hb=26b24f42605c8646a9c21ef2b94f1ceeec6cf634;hp=54d2acf75128a058e0664931d51f04fe0dc3a00f;hpb=4df3f6c276a2ee1d697d2199e186c187436333d8;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client/https.pm b/lib/GraphQL/Client/https.pm index 54d2acf..937f9ad 100644 --- a/lib/GraphQL/Client/https.pm +++ b/lib/GraphQL/Client/https.pm @@ -6,7 +6,7 @@ use strict; use parent 'GraphQL::Client::http'; -our $VERSION = '0.603'; # VERSION +our $VERSION = '0.604'; # VERSION sub new { my $class = shift; @@ -27,7 +27,7 @@ GraphQL::Client::https - GraphQL over HTTPS =head1 VERSION -version 0.603 +version 0.604 =head1 DESCRIPTION