From 5caa814e4469bb49d90d1d9db15d4c14c2fd1655 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 24 Jan 2016 03:02:18 -0800 Subject: [PATCH] Update version --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index de7513ce..fdf3ab7c 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,8 +13,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1319, - BUILD_DATE => "2016-01-23", + BUILD_REVISION => 1321, + BUILD_DATE => "2016-01-24", }; 1;