From c4ec393153e9cd42ac84a7d4e62ff48cce52be34 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Apr 2015 11:04:48 -0700 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 99c95dff..6458efa7 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 => 983, - BUILD_DATE => "2015-04-06", + BUILD_REVISION => 990, + BUILD_DATE => "2015-04-09", }; 1;