Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Mar 9, 2023
1 parent 17e2f9b commit 0cab797
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 = "6";
const MINOR = "44";
const PATCH = "4";
const MAJOR = "7";
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 0cab797

Please sign in to comment.