From 5d62f9e7284dc9e617b2b9e6cb32a106bbf9d485 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 15 Mar 2016 12:45:17 -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 4047ed35..94c2a31e 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 => 1367, - BUILD_DATE => "2016-03-06", + BUILD_REVISION => 1369, + BUILD_DATE => "2016-03-15", }; 1;