Skip to content

Commit

Permalink
Version Bump 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
mrscotty committed May 5, 2020
1 parent b236eb4 commit 76fca29
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.52
version: 0.53
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.52';
our $VERSION = '0.53';
my $parser = undef;
my $asn = undef;
my $error = undef;
Expand Down

0 comments on commit 76fca29

Please sign in to comment.