3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 10:58:44 +02:00

Update version

This commit is contained in:
Pragmatic Software 2016-11-17 15:57:53 -08:00
parent df8e15b39e
commit e37b48822b

View File

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