Update version

This commit is contained in:
Pragmatic Software 2016-11-17 15:57:53 -08:00
parent df8e15b39e
commit e37b48822b
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 => 1443,
BUILD_DATE => "2016-11-16",
BUILD_REVISION => 1447,
BUILD_DATE => "2016-11-17",
};
1;