From 972b542582e9cefcb710b5ac0b4f09d1ba687da0 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 29 Jan 2015 01:25:09 -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 ff8b8eb7..a441136c 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 => 874, - BUILD_DATE => "2015-01-24", + BUILD_REVISION => 888, + BUILD_DATE => "2015-01-29", }; 1;