From 2db21dd011c4d13ec01e9b1158f69592985f93f4 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 13 Feb 2015 14:39:27 -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 2ceedfc5..64fe5e09 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 => 900, - BUILD_DATE => "2015-02-11", + BUILD_REVISION => 902, + BUILD_DATE => "2015-02-13", }; 1;