From 8612b7c210d256d6b31bc6e2cb607858519ed158 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 23 May 2017 17:05:31 -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 298d9cd3..d142dcd1 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -17,8 +17,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1531, - BUILD_DATE => "2017-05-21", + BUILD_REVISION => 1533, + BUILD_DATE => "2017-05-23", }; 1;