From 5e2dfff2ccc75ed92cdfaf2f55027ec9acc46be6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 17 Mar 2020 23:56:53 -0700 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 21985fae..302adb09 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -19,8 +19,8 @@ use LWP::UserAgent; # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 3456, - BUILD_DATE => "2020-03-10", + BUILD_REVISION => 3460, + BUILD_DATE => "2020-03-17", }; sub initialize {