Skip to content

Commit 40d0e13

Browse files
committed
Increment version
1 parent 393fff6 commit 40d0e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Crypt/CBC.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Crypt::CBC::PBKDF;
66
use bytes;
77
use vars qw($VERSION);
88
no warnings 'uninitialized';
9-
$VERSION = '3.04';
9+
$VERSION = '3.05';
1010

1111
use constant RANDOM_DEVICE => '/dev/urandom';
1212
use constant DEFAULT_PBKDF => 'opensslv1';

0 commit comments

Comments
 (0)