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 4ffb035 commit 0adab66Copy full SHA for 0adab66
src/Twilio/VersionInfo.php
@@ -7,7 +7,7 @@
7
class VersionInfo {
8
const MAJOR = "8";
9
const MINOR = "6";
10
- const PATCH = "2";
+ const PATCH = "3";
11
12
public static function string() {
13
return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));
0 commit comments