8000 Release 7.0.0 · twilio/twilio-php@0cab797 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cab797

Browse files
committed
Release 7.0.0
1 parent 17e2f9b commit 0cab797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Twilio/VersionInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66

77
class VersionInfo {
8-
const MAJOR = "6";
9-
const MINOR = "44";
10-
const PATCH = "4";
8+
const MAJOR = "7";
9+
const MINOR = "0";
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)
0