Skip to content

Commit 4b1ba98

Browse files
author
gauthier witkowski
committed
Bump PHPMailer version to 7.0.0
1 parent 1562e8d commit 4b1ba98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PHPMailer/PHPMailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ class PHPMailer
768768
*
769769
* @var string
770770
*/
771-
const VERSION = '6.11.1';
771+
const VERSION = '7.0.0';
772772

773773
/**
774774
* Error severity: message only, continue processing.

PHPMailer/SMTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SMTP
3535
*
3636
* @var string
3737
*/
38-
const VERSION = '6.11.1';
38+
const VERSION = '7.0.0';
3939

4040
/**
4141
* SMTP line break constant.

0 commit comments

Comments
 (0)