diff options
-rw-r--r-- | Services/Twilio.php | 2 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Services/Twilio.php b/Services/Twilio.php index 078f28b..6254d95 100644 --- a/Services/Twilio.php +++ b/Services/Twilio.php @@ -27,7 +27,7 @@ spl_autoload_register('Services_Twilio_autoload'); */ abstract class Base_Services_Twilio extends Services_Twilio_Resource { - const USER_AGENT = 'twilio-php/4.11.0'; + const USER_AGENT = 'twilio-php/4.12.0'; protected $http; protected $last_response; diff --git a/docs/conf.py b/docs/conf.py index 901994e..d6200e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = unicode(datetime.utcnow().year) + u', Twilio Inc' # built documents. # # The short X.Y version. -version = '4.11' +version = '4.12' # The full version, including alpha/beta/rc tags. -release = '4.11.0' +release = '4.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 01b7d54..a229b3c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Status ======= -This documentation is for version 4.11.0 of `twilio-php +This documentation is for version 4.12.0 of `twilio-php <https://www.github.com/twilio/twilio-php>`_. Quickstart |