]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Cipher/CBC.pm
Version 0.905
[chaz/p5-File-KDBX] / lib / File / KDBX / Cipher / CBC.pm
index 1524160921a1c1fcde28b5c2d3adf0b42779fa2f..9b0e226e88a8e74c09fdd1cab994c7563aff6f4b 100644 (file)
@@ -11,7 +11,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Cipher';
 
-our $VERSION = '0.904'; # VERSION
+our $VERSION = '0.905'; # VERSION
 
 has key_size => 32;
 sub iv_size     { 16 }
@@ -63,7 +63,7 @@ File::KDBX::Cipher::CBC - A CBC block cipher mode encrypter/decrypter
 
 =head1 VERSION
 
-version 0.904
+version 0.905
 
 =head1 SYNOPSIS
 
This page took 0.025088 seconds and 4 git commands to generate.