From 0fcbaaad4b6a9605b701ab7320ab4f71fa0ac4e3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 5 Oct 2017 14:32:04 -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 49af23ca..33f7e1a6 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -17,8 +17,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1737, - BUILD_DATE => "2017-10-04", + BUILD_REVISION => 1740, + BUILD_DATE => "2017-10-05", }; 1;