summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-08-22 22:23:07 +1000
committerBrendan O'Dea <bod@debian.org>2021-08-22 22:23:07 +1000
commitde37b406b41ab2c623e732d4844fe8ecccdceb0e (patch)
tree204d38a8528a92bc72f494363744b1f9997d143e
parent97bf0e07989a3bb3b51e6557457591fc8d1ac668 (diff)
downloadhelp2man-de37b406b41ab2c623e732d4844fe8ecccdceb0e.tar.gz
Bump version for release
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index de09180..c82039c 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.48.4');
+my ($program, $version) = ('help2man', '1.48.5');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"