diff --git a/Changes b/Changes index 8c943c0..3cd1d2d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension PGXN::Manager -0.31.2 +0.32.0 2024-02-17T17:25:24Z - Combined the pgxn_consumer PID number and file location into one output. - Configured handlers for INT, TERM, and QUIT signals to log flagging diff --git a/bin/check_mirrors b/bin/check_mirrors index 62f6369..649704d 100755 --- a/bin/check_mirrors +++ b/bin/check_mirrors @@ -11,7 +11,7 @@ use File::Basename; use File::Spec; use Getopt::Long; -BEGIN { our $VERSION = v0.31.2 } +BEGIN { our $VERSION = v0.32.0 } Getopt::Long::Configure( qw(bundling) );