3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 20:09:43 +01:00

Update version

This commit is contained in:
Pragmatic Software 2015-05-25 11:27:28 -07:00
parent dcc48e98e2
commit b1f3d304b3

View File

@ -13,8 +13,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 1074,
BUILD_DATE => "2015-05-24",
BUILD_REVISION => 1084,
BUILD_DATE => "2015-05-25",
};
1;