From 428be984a2c6a08e534a4beb24f1277d9291d4e9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 19 Jan 2018 10:46:19 -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 285d07b5..d81e98d4 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 => 1931, - BUILD_DATE => "2018-01-17", + BUILD_REVISION => 1933, + BUILD_DATE => "2018-01-19", }; 1;