From 832aa24943f6b65a811dc6c7414dede412ab1ec6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Dec 2016 07:37:10 +0300 Subject: update phpmailer (again) --- 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 04ced6581..6c381ed7e 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.19'; + const VERSION = '5.2.20'; /** * SMTP line break constant. @@ -81,7 +81,7 @@ class SMTP * @deprecated Use the `VERSION` constant instead * @see SMTP::VERSION */ - public $Version = '5.2.19'; + public $Version = '5.2.20'; /** * SMTP server port number. -- cgit v1.2.3