summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/XTEA.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-10-29 09:41:31 +0100
committerKarel Miko <karel.miko@gmail.com>2018-10-29 09:41:31 +0100
commit1f886ff6ba5cc57e925746f638b842d0e32720f9 (patch)
treeca5f3744cf88594846a022931bd286c3efebdfd2 /lib/Crypt/Cipher/XTEA.pm
parenta09bc3c84b85f918fd37b649ec97558eeeb70b1b (diff)
version bump
Diffstat (limited to 'lib/Crypt/Cipher/XTEA.pm')
-rw-r--r--lib/Crypt/Cipher/XTEA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/XTEA.pm b/lib/Crypt/Cipher/XTEA.pm
index 192c9f1e..3b39aa60 100644
--- a/lib/Crypt/Cipher/XTEA.pm
+++ b/lib/Crypt/Cipher/XTEA.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::XTEA;
use strict;
use warnings;
-our $VERSION = '0.061_002';
+our $VERSION = '0.062';
use base qw(Crypt::Cipher);