Skip to content

Commit b6a9f40

Browse files
committed
upgrade version
1 parent 2810566 commit b6a9f40

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.0",
3+
"version": "4.0.1",
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.0";
10+
const MAILER_VERSION = "4.0.1";
1111

1212
/**
1313
* @var SpoolInterface

0 commit comments

Comments
 (0)