Skip to content

Commit

Permalink
Release 7.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Feb 9, 2022
1 parent f53cc96 commit 97a509b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer

### Alternative: Install package from zip

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)**.
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.4/sendgrid-php.zip)**.

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/BaseSendGridClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
abstract class BaseSendGridClientInterface
{
/** @var string SendGrid API library version */
const VERSION = '7.11.3';
const VERSION = '7.11.4';

/** @var Client SendGrid HTTP Client library */
public $client;
Expand Down

0 comments on commit 97a509b

Please sign in to comment.