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