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'; }