summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK/X25519.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PK/X25519.pm')
-rw-r--r--lib/Crypt/PK/X25519.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PK/X25519.pm b/lib/Crypt/PK/X25519.pm
index 25510154..8d5e4e03 100644
--- a/lib/Crypt/PK/X25519.pm
+++ b/lib/Crypt/PK/X25519.pm
@@ -2,7 +2,7 @@ package Crypt::PK::X25519;
use strict;
use warnings;
-our $VERSION = '0.076_002';
+our $VERSION = '0.076_003';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( )] );