From 5d1412227f139e841a1aaaa3f48c40c5d0008e1d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 30 Dec 2014 17:26:35 -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 a5928236..1c5660b0 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 => 815, - BUILD_DATE => "2014-12-29", + BUILD_REVISION => 817, + BUILD_DATE => "2014-12-30", }; 1;