We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513ca5c commit 7b85c1aCopy full SHA for 7b85c1a
src/Twilio/VersionInfo.php
@@ -7,7 +7,7 @@
7
class VersionInfo {
8
const MAJOR = "8";
9
const MINOR = "2";
10
- const PATCH = "0";
+ const PATCH = "1";
11
12
public static function string() {
13
return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));
0 commit comments