From 02285c51fd463a2bd3073e46fe4a6b47bd5f5f2d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 19 Jan 2020 21:13:22 -0800 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 8aa1d901..4fed5a4f 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -26,7 +26,7 @@ use LWP::UserAgent; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 2838, + BUILD_REVISION => 2841, BUILD_DATE => "2020-01-19", };