From e532c5711f678257c75980e6402a6dad47ce3776 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 25 Aug 2016 01:42:11 -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 0e352a44..b4e965a6 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 => 1392, - BUILD_DATE => "2016-08-17", + BUILD_REVISION => 1395, + BUILD_DATE => "2016-08-25", }; 1;