Skip to content

Commit

Permalink
Release 6.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Sep 16, 2020
1 parent ea82a08 commit 703fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class VersionInfo {
const MAJOR = 6;
const MINOR = 10;
const PATCH = 1;
const PATCH = 2;

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

0 comments on commit 703fe5d

Please sign in to comment.