3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-11 12:32:37 +01:00

Update version

This commit is contained in:
Pragmatic Software 2017-11-19 13:39:03 -08:00
parent edfc01686c
commit b84183e30c

View File

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