Skip to content

Commit

Permalink
bump version to 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hardin committed Jan 9, 2023
1 parent 892226a commit e838024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Crypt-X509
version: '0.54';
version: '0.55';
abstract: Parse a X.509 certificate
author:
- Mike Jackson, Alexander Jung, Duncan Segrest, Oliver Welter
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/X509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ our @ISA = qw(Exporter);
our %EXPORT_TAGS = ( 'all' => [qw()] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
#our @EXPORT = qw(error new not_before not_after serial);
our $VERSION = '0.54';
our $VERSION = '0.55';
my $parser = undef;
my $asn = undef;
my $error = undef;
Expand Down

0 comments on commit e838024

Please sign in to comment.