Update $VERSION in Common/crypto.pm (#512)

This commit is contained in:
François-Xavier Deltombe 2012-11-05 14:36:47 +00:00
parent c7f5aa7fff
commit be2a999f77

View File

@ -14,7 +14,7 @@ use MIME::Base64;
use Digest::MD5 qw(md5);
use bytes;
our $VERSION = '1.0.0';
our $VERSION = '1.2.3';
our $msg;