From f06aa9dda68cf8cc85ed896908816df5a2d2d8b5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 15 Feb 2015 20:30:34 -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 b4dc01ad..49a1126f 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 => 904, - BUILD_DATE => "2015-02-13", + BUILD_REVISION => 917, + BUILD_DATE => "2015-02-15", }; 1;