From 594b79d0f5e165d57a7957832ff1b1c094763d68 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 16 Jun 2015 21:51:27 -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 ad44ce98..5ea6df46 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 => 1113, - BUILD_DATE => "2015-06-15", + BUILD_REVISION => 1116, + BUILD_DATE => "2015-06-16", }; 1;