From ec6f146fa6e8a97a0d2e472eaf229bfcd3d56ce6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 4 Mar 2014 10:47:43 +0000 Subject: [PATCH] Don't show regex escapes in factfind output --- PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index e53c3e86..e2403b48 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 498, + BUILD_REVISION => 499, BUILD_DATE => "2014-03-04", };