From d6b6e1ac507d027f3818e8e91fca49163366f924 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 23 Mar 2023 17:22:34 -0700 Subject: [PATCH] applets/unicode.pl: improve usage message --- applets/unicode.pl | 2 +- lib/PBot/VERSION.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/unicode.pl b/applets/unicode.pl index 7e67f93b..983a5507 100755 --- a/applets/unicode.pl +++ b/applets/unicode.pl @@ -11,7 +11,7 @@ use strict; use Encode; if (not @ARGV) { - print "Usage: unicode \n"; + print "Usage: unicode \n"; exit; } diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 28b623bc..84eb6887 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,7 +25,7 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4635, + BUILD_REVISION => 4637, BUILD_DATE => "2023-03-23", };