Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 4, 2024
1 parent 9c76e34 commit 750ecf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Twilio/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@


class VersionInfo {
const MAJOR = "7";
const MINOR = "16";
const PATCH = "2";
const MAJOR = "8";
const MINOR = "0";
const PATCH = "0";

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

0 comments on commit 750ecf5

Please sign in to comment.