From e37b48822bdf18ec9e509ab98ed7bc3060d1c456 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 17 Nov 2016 15:57:53 -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 e987add1..15a594ff 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 => 1443, - BUILD_DATE => "2016-11-16", + BUILD_REVISION => 1447, + BUILD_DATE => "2016-11-17", }; 1;