Update version

This commit is contained in:
Pragmatic Software 2015-01-10 15:56:46 -08:00
parent 7243832cc3
commit 659e61f1fb
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 => 819,
BUILD_DATE => "2015-01-06",
BUILD_REVISION => 821,
BUILD_DATE => "2015-01-10",
};
1;