From 4f875f9c4c5c3d05dd47b2a425f06e89ee6a96b7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 19 Oct 2015 12:21:50 -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 dd881204..9a7b7ca8 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 => 1277, - BUILD_DATE => "2015-10-10", + BUILD_REVISION => 1280, + BUILD_DATE => "2015-10-19", }; 1;