From b45b707ec2313ef5b996df73fc7d0e32ee896863 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 16 Mar 2015 21:10:12 -0700 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 a48ebe70..d0d2c467 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 => 933, - BUILD_DATE => "2015-03-15", + BUILD_REVISION => 935, + BUILD_DATE => "2015-03-16", }; 1;