Update version

This commit is contained in:
Pragmatic Software 2015-06-13 16:09:02 -07:00
parent 4db125c3c2
commit b4bffe9233
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 => 1107, BUILD_REVISION => 1110,
BUILD_DATE => "2015-06-10", BUILD_DATE => "2015-06-13",
}; };
1; 1;