From 3817f86c89d9a1353aa5477104fffc68ae44fe25 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Sat, 13 Jan 2018 16:16:37 +0100 Subject: [PATCH] Version 0.7.0. --- src/Smtpd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Smtpd.php b/src/Smtpd.php index fd4588c..768386e 100644 --- a/src/Smtpd.php +++ b/src/Smtpd.php @@ -7,5 +7,5 @@ class Smtpd { const NAME = 'SMTPd'; - const VERSION = '0.7.0-dev.7'; + const VERSION = '0.7.0'; }