From 8102e1bc217755a54f9ab2d9adddfb0ecab6a25a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 29 Aug 2016 20:47:49 -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 7fd71be6..3a8e95a5 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 => 1405, - BUILD_DATE => "2016-08-28", + BUILD_REVISION => 1407, + BUILD_DATE => "2016-08-29", }; 1;