diff --git a/Changes b/Changes index 02d0c41..38a8f9e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.28 + + 0.27 Support for unix sockets in the spamassassin plugin (requires SA diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index dbcdb49..1310d31 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -1,7 +1,7 @@ package Qpsmtpd; use strict; -$Qpsmtpd::VERSION = "0.27.0"; +$Qpsmtpd::VERSION = "0.28-dev"; sub TRACE_LEVEL () { 6 } use Sys::Hostname;