Skip to content

Commit

Permalink
Release 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmctwilio committed Nov 18, 2017
1 parent e468aeb commit 98c4b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Twilio/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

class VersionInfo {
const MAJOR = 5;
const MINOR = 15;
const PATCH = 6;
const MINOR = 16;
const PATCH = 0;

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

0 comments on commit 98c4b26

Please sign in to comment.