Skip to content

Commit 1d2fd3b

Browse files
committed
Release 7.11.5
1 parent 89eaabc commit 1d2fd3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

7474
### Alternative: Install package from zip
7575

76-
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)**.
76+
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.5/sendgrid-php.zip)**.
7777

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

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

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.4';
15+
const VERSION = '7.11.5';
1616

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

0 commit comments

Comments
 (0)