From: cebka@lenovo-laptop Date: Fri, 12 Mar 2010 17:36:48 +0000 (+0300) Subject: * Bump version X-Git-Tag: 0.3.0~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e2548c3d8636c0aa6c9c511b30bb7973d2de138;p=rspamd.git * Bump version --- diff --git a/perl/lib/Mail/Rspamd/Client.pm b/perl/lib/Mail/Rspamd/Client.pm index 580297bd3..7a94e6e7b 100644 --- a/perl/lib/Mail/Rspamd/Client.pm +++ b/perl/lib/Mail/Rspamd/Client.pm @@ -30,7 +30,7 @@ package Mail::Rspamd::Client; use IO::Socket; use vars qw($VERSION); -$VERSION = "1.01"; +$VERSION = "1.02"; my $EOL = "\015\012"; my $BLANK = $EOL x 2;