Update version

This commit is contained in:
Pragmatic Software 2016-12-09 15:31:41 -08:00
parent 50c5c15fbd
commit 3c60a8452c
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 # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 1472, BUILD_REVISION => 1474,
BUILD_DATE => "2016-12-06", BUILD_DATE => "2016-12-09",
}; };
1; 1;