3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-11 20:42:38 +01:00

Update version

This commit is contained in:
Pragmatic Software 2016-04-10 18:35:18 -07:00
parent b5c107bcbb
commit bc2bbb8fde

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 => 1369, BUILD_REVISION => 1371,
BUILD_DATE => "2016-03-15", BUILD_DATE => "2016-04-10",
}; };
1; 1;