Skip to content

Commit

Permalink
Release 5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmctwilio committed Dec 2, 2017
1 parent d644ea6 commit e9bc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Twilio/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class VersionInfo {
const MAJOR = 5;
const MINOR = 16;
const PATCH = 0;
const PATCH = 1;

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

0 comments on commit e9bc80c

Please sign in to comment.