3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Update version

This commit is contained in:
Pragmatic Software 2017-11-17 13:53:30 -08:00
parent 656adae53c
commit 33dd854086

View File

@ -17,8 +17,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 1791,
BUILD_DATE => "2017-11-16",
BUILD_REVISION => 1793,
BUILD_DATE => "2017-11-17",
};
1;