3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-25 04:02:37 +01:00

Update version

This commit is contained in:
Pragmatic Software 2015-08-16 05:21:02 -07:00
parent 3fa12c208e
commit f5b23532ae

View File

@ -13,8 +13,8 @@ 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 => 1190, BUILD_REVISION => 1193,
BUILD_DATE => "2015-08-08", BUILD_DATE => "2015-08-16",
}; };
1; 1;