summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/XTEA.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-04-29 10:23:15 +0200
committerKarel Miko <karel.miko@gmail.com>2021-04-29 10:23:15 +0200
commit0f9520fc6a9a155bf723a398843d17c6819005ee (patch)
tree8dba0093d792af519a0cf496410696300ff858ce /lib/Crypt/Cipher/XTEA.pm
parent43d977023fe3b4c996fc6e52ed65675a70c8a20e (diff)
version bump (dev)
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 a7973b39..fa60eb1a 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.072';
+our $VERSION = '0.072_001';
use base qw(Crypt::Cipher);