X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient.pm;h=8fd2368420fbc5197e2ea0baeec815ce5da96133;hb=26b24f42605c8646a9c21ef2b94f1ceeec6cf634;hp=32c41f8b52f1a42ee52a67dcf78e2264fd559e15;hpb=4df3f6c276a2ee1d697d2199e186c187436333d8;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client.pm b/lib/GraphQL/Client.pm index 32c41f8..8fd2368 100644 --- a/lib/GraphQL/Client.pm +++ b/lib/GraphQL/Client.pm @@ -8,7 +8,7 @@ use Module::Load qw(load); use Scalar::Util qw(reftype); use namespace::clean; -our $VERSION = '0.603'; # VERSION +our $VERSION = '0.604'; # VERSION sub _croak { require Carp; goto &Carp::croak } sub _throw { GraphQL::Client::Error->throw(@_) } @@ -171,7 +171,7 @@ GraphQL::Client - A GraphQL client =head1 VERSION -version 0.603 +version 0.604 =head1 SYNOPSIS