From d77ea29b47d53df909e7a79e84fc8d3b21cec5f3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 1 Aug 2016 01:46:30 -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 3326703c..3f96384b 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 => 1388, - BUILD_DATE => "2016-07-15", + BUILD_REVISION => 1390, + BUILD_DATE => "2016-08-01", }; 1;