From 3d04106f4b745b6303fa3862cffc1a7633186fc9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 19 Jan 2018 19:40:58 -0800 Subject: [PATCH] Update version --- PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 0f6a03ce..c03d7425 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -17,7 +17,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1935, + BUILD_REVISION => 1937, BUILD_DATE => "2018-01-19", };