summaryrefslogtreecommitdiff
path: root/lib/Crypt/Checksum/CRC32.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
committerKarel Miko <karel.miko@gmail.com>2020-03-10 14:03:45 +0100
commit238c865807f3efc80c32e9a53b1c7e4f2591f81d (patch)
treeef2a60505b3ca97fce5d4c9a5b825d984608c489 /lib/Crypt/Checksum/CRC32.pm
parentbd92b708f90ac6f6e2fe53dc0bbe026493f917bb (diff)
version bump
Diffstat (limited to 'lib/Crypt/Checksum/CRC32.pm')
-rw-r--r--lib/Crypt/Checksum/CRC32.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Checksum/CRC32.pm b/lib/Crypt/Checksum/CRC32.pm
index 0691948f..c7a44f13 100644
--- a/lib/Crypt/Checksum/CRC32.pm
+++ b/lib/Crypt/Checksum/CRC32.pm
@@ -2,7 +2,7 @@ package Crypt::Checksum::CRC32;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
use base qw(Crypt::Checksum Exporter);
our %EXPORT_TAGS = ( all => [qw( crc32_data crc32_data_hex crc32_data_int crc32_file crc32_file_hex crc32_file_int )] );