From 237d124dc7c6265aadc76dac21765cb80c7d09a5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 20 Jul 2021 23:06:16 -0700 Subject: [PATCH] Update version --- 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 00223d1a..63e9bfbe 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -26,7 +26,7 @@ our @EXPORT_OK = ( # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4255, + BUILD_REVISION => 4257, BUILD_DATE => "2021-07-20", };