From 4c38f279f72f98d757fb0fd27142744e0f6a3c0c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 28 Feb 2018 15:57:04 -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 db9e733a..98474238 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -23,7 +23,7 @@ BEGIN { # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 2054, + BUILD_REVISION => 2056, BUILD_DATE => "2018-02-28", };