From eaecc817622a7b1a2bafae66774b898511b3f0d2 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 22 Jan 2020 15:56:47 -0800 Subject: [PATCH] Update version --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 2f53a091..d623fd25 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -26,8 +26,8 @@ use LWP::UserAgent; # These are set automatically by build/update_version.pl use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 2875, - BUILD_DATE => "2020-01-21", + BUILD_REVISION => 2888, + BUILD_DATE => "2020-01-22", }; sub new {