From 2b00ce0af58d0bb9bbf4f138c800869381b67e1c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 29 Jan 2016 13:09:01 -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 cf8c524b..92272980 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 => 1327, + BUILD_REVISION => 1329, BUILD_DATE => "2016-01-29", };