Skip to content

Commit a68a13e

Browse files
committed
Release 8.5.0
1 parent 951d50d commit a68a13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Twilio/VersionInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
class VersionInfo {
88
const MAJOR = "8";
9-
const MINOR = "4";
10-
const PATCH = "1";
9+
const MINOR = "5";
10+
const PATCH = "0";
1111

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

0 commit comments

Comments
 (0)