diff --git a/Makefile.PL b/Makefile.PL index 96f7c4a..af529ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,7 +78,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "File::Slurper" => "0.012" }, - "VERSION" => "0.18", + "VERSION" => "0.19", "test" => { "TESTS" => "t/*.t" } diff --git a/VerifyX509.pm b/VerifyX509.pm index d2a2a9e..c3f5dbf 100644 --- a/VerifyX509.pm +++ b/VerifyX509.pm @@ -5,7 +5,7 @@ use warnings; require 5.008_001; -our $VERSION = '0.18'; +our $VERSION = '0.19'; use Crypt::OpenSSL::X509;