Skip to content

Commit 3603bc9

Browse files
committed
upgrade version to 4.0.2
1 parent e6f1db6 commit 3603bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddrv/mailer",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"type": "library",
55
"description": "PHP library for sending email",
66
"keywords": ["email", "mail", "send", "attachments", "smtp", "sendmail"],

src/Mailer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
final class Mailer
88
{
99

10-
const MAILER_VERSION = "4.0.1";
10+
const MAILER_VERSION = "4.0.2";
1111

1212
/**
1313
* @var SpoolInterface

0 commit comments

Comments
 (0)