From 2a63cced1dcecbe1a58c9635fa5bd92f1f45b473 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 11 Feb 2015 21:38:48 -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 ff0652ac..2ceedfc5 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 => 897, - BUILD_DATE => "2015-02-07", + BUILD_REVISION => 900, + BUILD_DATE => "2015-02-11", }; 1;