Skip to content

Commit 60b2de8

Browse files
committed
Release 8.5.0
1 parent 687ac29 commit 60b2de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Twilio/VersionInfo.php

+2-2
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)