]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/KDF/Argon2.pm
Version 0.905
[chaz/p5-File-KDBX] / lib / File / KDBX / KDF / Argon2.pm
index 6d0ce8ca8f83e28979cc2a03edac20cffe0304b1..e1c8b44ab332132d5be9b3023363e649bd3fe5f8 100644 (file)
@@ -12,7 +12,7 @@ use namespace::clean;
 
 extends 'File::KDBX::KDF';
 
-our $VERSION = '0.904'; # VERSION
+our $VERSION = '0.905'; # VERSION
 
 
 sub salt        { $_[0]->{+KDF_PARAM_ARGON2_SALT} or throw 'Salt is not set' }
@@ -69,7 +69,7 @@ File::KDBX::KDF::Argon2 - The Argon2 family of key derivation functions
 
 =head1 VERSION
 
-version 0.904
+version 0.905
 
 =head1 DESCRIPTION
 
This page took 0.023256 seconds and 4 git commands to generate.