From 77d94af5163c8719095a1eed67da84e67e5d9a36 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Oct 2015 04:01:48 -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 9a7b7ca8..842e6ead 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 => 1280, - BUILD_DATE => "2015-10-19", + BUILD_REVISION => 1282, + BUILD_DATE => "2015-10-25", }; 1;