From ad449ff07b19197198c6cd15a7095c8234d169c7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Dec 2022 18:22:21 -0800 Subject: [PATCH] Update version --- lib/PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 019338ad..e7858039 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4590, - BUILD_DATE => "2022-10-01", + BUILD_REVISION => 4597, + BUILD_DATE => "2022-12-25", }; sub initialize {}