Skip to content

Commit 766e44f

Browse files
committed
Release 8.11.5
1 parent 219ed95 commit 766e44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "11";
10-
const PATCH = "4";
10+
const PATCH = "5";
1111

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

0 commit comments

Comments
 (0)