From 22b90e90f7ea1b815aa4f27fde811d5a02876de2 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 5 Jan 2018 17:57:12 -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 4e85522f..45575701 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 => 1915, - BUILD_DATE => "2018-01-01", + BUILD_REVISION => 1917, + BUILD_DATE => "2018-01-05", }; 1;