Skip to content

Commit d8c6984

Browse files
committed
Release 8.6.4
1 parent 025fac5 commit d8c6984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class VersionInfo {
88
const MAJOR = "8";
99
const MINOR = "6";
10-
const PATCH = "3";
10+
const PATCH = "4";
1111

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

0 commit comments

Comments
 (0)