From bd9fa901981770413f381e00666e26dc16ac7347 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Wed, 2 Nov 2016 16:54:09 +0100 Subject: [PATCH] Version 0.3.1. --- src/TheFox/Smtp/Smtpd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheFox/Smtp/Smtpd.php b/src/TheFox/Smtp/Smtpd.php index ff033bf..8d70262 100644 --- a/src/TheFox/Smtp/Smtpd.php +++ b/src/TheFox/Smtp/Smtpd.php @@ -7,6 +7,6 @@ class Smtpd{ const NAME = 'SMTPd'; - const VERSION = '0.3.1-dev'; + const VERSION = '0.3.1'; }