X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient%2Fhttps.pm;fp=lib%2FGraphQL%2FClient%2Fhttps.pm;h=54d2acf75128a058e0664931d51f04fe0dc3a00f;hb=4df3f6c276a2ee1d697d2199e186c187436333d8;hp=6df0df98fd1cec4999fdf8c9b2c3aee53d142848;hpb=794f74f42c89ba45a33f0c6c1461c769580aca8f;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client/https.pm b/lib/GraphQL/Client/https.pm index 6df0df9..54d2acf 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.602'; # VERSION +our $VERSION = '0.603'; # VERSION sub new { my $class = shift; @@ -27,7 +27,7 @@ GraphQL::Client::https - GraphQL over HTTPS =head1 VERSION -version 0.602 +version 0.603 =head1 DESCRIPTION