From ba61b0b2be8a1739ddd1cbf074af4e04cf6353f8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 19 Jan 2020 20:04:13 -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 456bb8c4..2d474354 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -25,7 +25,7 @@ use LWP::UserAgent; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 2834, + BUILD_REVISION => 2836, BUILD_DATE => "2020-01-19", };