We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b32ee commit f219bfaCopy full SHA for f219bfa
src/Parse/ParseClient.php
@@ -111,11 +111,11 @@ final class ParseClient
111
private static $caFile;
112
113
/**
114
- * Constant for version string to include with requests. Currently 1.2.9.
+ * Constant for version string to include with requests. Currently 1.2.10.
115
*
116
* @var string
117
*/
118
- const VERSION_STRING = 'php1.2.9';
+ const VERSION_STRING = 'php1.2.10';
119
120
121
* Parse\Client::initialize, must be called before using Parse features.
0 commit comments