3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-04 08:24:06 +01:00

Update version

This commit is contained in:
Pragmatic Software 2017-11-19 14:39:06 -08:00
parent fc6e0759d3
commit 5d85573c6e

View File

@ -17,7 +17,7 @@ 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 => 1801, BUILD_REVISION => 1805,
BUILD_DATE => "2017-11-19", BUILD_DATE => "2017-11-19",
}; };