From 6fab212eeb4e64cc8cfeda911439d55c14c33cb3 Mon Sep 17 00:00:00 2001 From: Benjamin Friedman Date: Mon, 26 Jun 2017 09:46:41 -0700 Subject: [PATCH] Updated parse-php-sdk to version 1.2.9 --- src/Parse/ParseClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parse/ParseClient.php b/src/Parse/ParseClient.php index 51709da6..c2ba5b7f 100755 --- a/src/Parse/ParseClient.php +++ b/src/Parse/ParseClient.php @@ -111,7 +111,7 @@ final class ParseClient * * @var string */ - const VERSION_STRING = 'php1.2.8'; + const VERSION_STRING = 'php1.2.9'; /** * Parse\Client::initialize, must be called before using Parse features.