Update version

This commit is contained in:
Pragmatic Software 2015-03-20 21:14:11 -07:00
parent be47b2cbf2
commit 0db12b82ae
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 937,
BUILD_DATE => "2015-03-16",
BUILD_REVISION => 939,
BUILD_DATE => "2015-03-20",
};
1;