summaryrefslogtreecommitdiff
path: root/lib/Mail/Transport/Sendmail.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Mail/Transport/Sendmail.pm')
-rw-r--r--lib/Mail/Transport/Sendmail.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Mail/Transport/Sendmail.pm b/lib/Mail/Transport/Sendmail.pm
index 9e6f428..e6827bb 100644
--- a/lib/Mail/Transport/Sendmail.pm
+++ b/lib/Mail/Transport/Sendmail.pm
@@ -1,4 +1,4 @@
-# Copyrights 2001-2019 by [Mark Overmeer].
+# Copyrights 2001-2020 by [Mark Overmeer].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
@@ -8,7 +8,7 @@
package Mail::Transport::Sendmail;
use vars '$VERSION';
-$VERSION = '3.004';
+$VERSION = '3.005';
use base 'Mail::Transport::Send';