3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 18:08:46 +02:00

Update version

This commit is contained in:
Pragmatic Software 2017-08-24 15:19:18 -07:00
parent 7f2f32f3d0
commit fad64381a4

View File

@ -17,8 +17,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 1621,
BUILD_DATE => "2017-08-23",
BUILD_REVISION => 1627,
BUILD_DATE => "2017-08-24",
};
1;