Update version

This commit is contained in:
Pragmatic Software 2015-12-14 14:30:49 -08:00
parent 167d8c2143
commit d199b3c26c
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 => 1298,
BUILD_DATE => "2015-12-13",
BUILD_REVISION => 1300,
BUILD_DATE => "2015-12-14",
};
1;