Skip to content

Commit 7b85c1a

Browse files
committed
Release 8.2.1
1 parent 513ca5c commit 7b85c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio/VersionInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class VersionInfo {
88
const MAJOR = "8";
99
const MINOR = "2";
10-
const PATCH = "0";
10+
const PATCH = "1";
1111

1212
public static function string() {
1313
return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));

0 commit comments

Comments
 (0)