]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/KDF/Argon2.pm
Version 0.900
[chaz/p5-File-KDBX] / lib / File / KDBX / KDF / Argon2.pm
index b41c5e4c04f2e230f3997c98d54591883d18816d..995147305c938e812ae68f57648d988b066a78be 100644 (file)
@@ -12,7 +12,7 @@ use namespace::clean;
 
 extends 'File::KDBX::KDF';
 
-our $VERSION = '0.800'; # VERSION
+our $VERSION = '0.900'; # 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.800
+version 0.900
 
 =head1 DESCRIPTION
 
This page took 0.022763 seconds and 4 git commands to generate.