3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Update version

This commit is contained in:
Pragmatic Software 2018-01-22 22:48:50 -08:00
parent 926369e35b
commit b7ec6b68dd

View File

@ -17,8 +17,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 1943,
BUILD_DATE => "2018-01-21",
BUILD_REVISION => 1945,
BUILD_DATE => "2018-01-22",
};
1;