Update version

This commit is contained in:
Pragmatic Software 2016-03-15 12:45:17 -07:00
parent 38de356beb
commit 5d62f9e728
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 => 1367,
BUILD_DATE => "2016-03-06",
BUILD_REVISION => 1369,
BUILD_DATE => "2016-03-15",
};
1;