]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Cipher/CBC.pm
Version 0.900
[chaz/p5-File-KDBX] / lib / File / KDBX / Cipher / CBC.pm
index e1d7cf36912e5a77e03eaefaae5aba843b35c66a..0dbdc6c5e74257eb53639a74e4fec8c5b0f8c9c7 100644 (file)
@@ -11,7 +11,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Cipher';
 
-our $VERSION = '0.800'; # VERSION
+our $VERSION = '0.900'; # 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.800
+version 0.900
 
 =head1 SYNOPSIS
 
This page took 0.025137 seconds and 4 git commands to generate.