Update version

This commit is contained in:
Pragmatic Software 2016-12-13 15:42:56 -08:00
parent ca36ee00cd
commit be2e568066
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 => 1474,
BUILD_DATE => "2016-12-09",
BUILD_REVISION => 1476,
BUILD_DATE => "2016-12-13",
};
1;