diff --git a/src/TheFox/Smtp/Smtpd.php b/src/TheFox/Smtp/Smtpd.php index b66d7c7..be2e665 100644 --- a/src/TheFox/Smtp/Smtpd.php +++ b/src/TheFox/Smtp/Smtpd.php @@ -7,7 +7,7 @@ class Smtpd{ const NAME = 'SMTPd'; - const VERSION = '0.2.0-dev'; - const RELEASE = 5; + const VERSION = '0.2.0'; + const RELEASE = 6; }