3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-30 07:59:42 +01:00

Update version

This commit is contained in:
Pragmatic Software 2016-02-25 00:51:55 -08:00
parent b87db378cf
commit 40c5ba8268

View File

@ -13,7 +13,7 @@ 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 => 1363, BUILD_REVISION => 1365,
BUILD_DATE => "2016-02-25", BUILD_DATE => "2016-02-25",
}; };