From 286d2b974f68edb00e149528e8b91a2b41fc6bce Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 10 Jul 2021 22:47:37 -0700 Subject: [PATCH] Update version --- PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 46428049..8b91f249 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -16,7 +16,7 @@ use LWP::UserAgent; # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4167, + BUILD_REVISION => 4173, BUILD_DATE => "2021-07-10", };