Skip to content

Commit

Permalink
Release 6.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Aug 11, 2021
1 parent 56acbfd commit bf3fc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Twilio/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

class VersionInfo {
const MAJOR = 6;
const MINOR = 27;
const PATCH = 1;
const MINOR = 28;
const PATCH = 0;

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

0 comments on commit bf3fc7e

Please sign in to comment.