Skip to content

Commit f219bfa

Browse files
author
Benjamin Wilson Friedman
authored
Updates version string to 1.2.10
1 parent 86b32ee commit f219bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Parse/ParseClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ final class ParseClient
111111
private static $caFile;
112112

113113
/**
114-
* Constant for version string to include with requests. Currently 1.2.9.
114+
* Constant for version string to include with requests. Currently 1.2.10.
115115
*
116116
* @var string
117117
*/
118-
const VERSION_STRING = 'php1.2.9';
118+
const VERSION_STRING = 'php1.2.10';
119119

120120
/**
121121
* Parse\Client::initialize, must be called before using Parse features.

0 commit comments

Comments
 (0)