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