Skip to content

Commit

Permalink
Release 5.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Black committed Sep 1, 2017
1 parent bb2e273 commit 28b2921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 = 13;
const PATCH = 3;
const PATCH = 4;

public static function string() {
return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));
Expand Down
2 changes: 2 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28b2921

Please sign in to comment.