Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Feb 21, 2022
1 parent b7fd8dd commit 62837bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"File::Slurper" => "0.012"
},
"VERSION" => "0.18",
"VERSION" => "0.19",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion VerifyX509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.18';
our $VERSION = '0.19';

use Crypt::OpenSSL::X509;

Expand Down

0 comments on commit 62837bf

Please sign in to comment.