From c9f5696447a3a62c0dc70d1135206326bc171e69 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 6 Jan 2018 20:45:51 -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 64cebdc1..91ff49d9 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 => 1926, - BUILD_DATE => "2018-01-05", + BUILD_REVISION => 1928, + BUILD_DATE => "2018-01-06", }; 1;