From 7d966b4d4f0b7fc7c8cd9c0dbec5b10a7f0422e1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 23 Jul 2021 19:24:17 -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 f2d940d2..fcc1a3d7 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -23,7 +23,7 @@ our @EXPORT_OK = ( # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4288, + BUILD_REVISION => 4292, BUILD_DATE => "2021-07-23", };