From 35862113b879274c7014e09681ac279a186665f1 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 5 Nov 2020 21:00:36 +0000 Subject: [PATCH] Release 3.13.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb5b58..a3868b2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "^3.12.0" + "sendgrid/php-http-client": "^3.13.0" } } ```