From bc2bbb8fde1a8265ab4f0bc0c623e0fa249ad619 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 10 Apr 2016 18:35:18 -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 94c2a31e..dec57764 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 => 1369, - BUILD_DATE => "2016-03-15", + BUILD_REVISION => 1371, + BUILD_DATE => "2016-04-10", }; 1;