Skip to content

Commit 6fd1c0c

Browse files
committed
Release 7.11.3
1 parent a0f5f35 commit 6fd1c0c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer
7474

7575
### Alternative: Install package from zip
7676

77-
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.2/sendgrid-php.zip)**.
77+
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.3/sendgrid-php.zip)**.
7878

79-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.2/sendgrid-php.zip)
79+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.3/sendgrid-php.zip)
8080

8181
Previous versions of the library can be downloaded directly from [GitHub](https://github.com/sendgrid/sendgrid-php/releases).
8282

lib/BaseSendGridClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
abstract class BaseSendGridClientInterface
1313
{
1414
/** @var string SendGrid API library version */
15-
const VERSION = '7.11.2';
15+
const VERSION = '7.11.3';
1616

1717
/** @var Client SendGrid HTTP Client library */
1818
public $client;

0 commit comments

Comments
 (0)