From d5073be98f7017b0754717d50cf493d9dcd7d7c7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 17 Feb 2015 01:47:38 -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 497400c4..b183da15 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 => 919, + BUILD_REVISION => 921, BUILD_DATE => "2015-02-17", };