From 54973eca0b5f740a61383b1f34fd0d724a4d8d9b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 20 Jan 2016 08:13:37 -0800 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 04a9c3bf..d2c17602 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 => 1315, - BUILD_DATE => "2016-01-19", + BUILD_REVISION => 1317, + BUILD_DATE => "2016-01-20", }; 1;