From 62849c9cc4f9a06258f8237cd2c7e7079f3013d5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 3 Aug 2022 11:31:09 -0700 Subject: [PATCH] Bump version for previous revert --- lib/PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 8f29bd5d..eb9484a3 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 => 4561, + BUILD_REVISION => 4564, BUILD_DATE => "2022-08-03", };