Skip to content

Commit

Permalink
Prepare version 1.400
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Jan 22, 2025
1 parent f07b4ff commit ae64ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ L<the commit log|https://github.com/dolmen/github-keygen/commits/release>.

=over 4

=item NEXT
=item v1.400

Change default key type on key creation to C<ed25519> (previously C<rsa>)
(L<GitHub #48|https://github.com/dolmen/github-keygen/issues/48>).
Expand Down
2 changes: 1 addition & 1 deletion bin/github-keygen
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Sys::Hostname;

use constant HAS_TEXT_DIFF => eval { require Text::Diff; 1 };

our $VERSION = '1.306';
our $VERSION = '1.400';

use constant {
PROG => (File::Spec->splitpath($0))[2],
Expand Down

0 comments on commit ae64ecd

Please sign in to comment.