From 608130395d1f45cbc83886b0fb98b7017abb919b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 27 Feb 2017 04:47:02 -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 5572cab9..ee3d8d31 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 => 1494, - BUILD_DATE => "2017-02-22", + BUILD_REVISION => 1496, + BUILD_DATE => "2017-02-27", }; 1;