From 6fe7d4bd75061be8acfbde096c8831170c98a78f Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 16 Jan 2016 16:55:53 -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 b0fec1f8..f841396a 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 => 1310, - BUILD_DATE => "2015-12-22", + BUILD_REVISION => 1313, + BUILD_DATE => "2016-01-16", }; 1;