Skip to content

Commit 1ed29bf

Browse files
committed
Release 8.1.11
1 parent 56523b3 commit 1ed29bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer
7272

7373
### Alternative: Install package from zip
7474

75-
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/8.1.10/sendgrid-php.zip)**.
75+
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/8.1.11/sendgrid-php.zip)**.
7676

77-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/8.1.10/sendgrid-php.zip)
77+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/8.1.11/sendgrid-php.zip)
7878

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

lib/BaseSendGridClientInterface.php

+1-1
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 = '8.1.10';
15+
const VERSION = '8.1.11';
1616

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

0 commit comments

Comments
 (0)