From adca2de55a9b26ac222e77851dabfb7729b2b1d2 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sat, 17 Feb 2024 12:20:10 -0500 Subject: [PATCH] Timestamp v0.32.0 --- Changes | 2 +- bin/check_mirrors | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) );