Skip to content

Commit 963b0a5

Browse files
committed
upgrade version
1 parent b589a87 commit 963b0a5

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":"3.0.0",
3+
"version":"3.1.0",
44
"require":{
55
"php":">=5.3.0",
66
"ext-mbstring": "*"

src/Mailer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class Mailer
1111
{
1212

13-
const MAILER_VERSION = "3.0.0-beta";
13+
const MAILER_VERSION = "3.1.0";
1414

1515
const CHANNEL_DEFAULT = "default";
1616
const CHANNEL_ALL = "*";

0 commit comments

Comments
 (0)