summaryrefslogtreecommitdiff
path: root/lib/Crypt/Checksum/CRC32.pm
diff options
context:
space:
mode:
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 d620e623..b5dcdf9a 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.079_006';
+our $VERSION = '0.079_007';
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 )] );