From db92edd1aa0ff3777a4a8b192c8566f89db385d7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 16 Jan 2017 16:30:01 +0300 Subject: update phpmailer --- lib/phpmailer/class.smtp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/phpmailer/class.smtp.php') diff --git a/lib/phpmailer/class.smtp.php b/lib/phpmailer/class.smtp.php index 6c381ed7e..89321171b 100644 --- a/lib/phpmailer/class.smtp.php +++ b/lib/phpmailer/class.smtp.php @@ -30,7 +30,7 @@ class SMTP * The PHPMailer SMTP version number. * @var string */ - const VERSION = '5.2.20'; + const VERSION = '5.2.22'; /** * SMTP line break constant. @@ -81,7 +81,7 @@ class SMTP * @deprecated Use the `VERSION` constant instead * @see SMTP::VERSION */ - public $Version = '5.2.20'; + public $Version = '5.2.22'; /** * SMTP server port number. -- cgit v1.2.3