From 1f1631935b734a8412996205d208196ace58edb9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 20 Nov 2015 21:11:45 -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 842e6ead..0142e69c 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,8 +13,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1282, - BUILD_DATE => "2015-10-25", + BUILD_REVISION => 1286, + BUILD_DATE => "2015-11-20", }; 1;