3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-11 20:42:38 +01:00

Update version

This commit is contained in:
Pragmatic Software 2015-03-16 23:22:22 -07:00
parent 728e05e514
commit 3e88db4505

View File

@ -13,7 +13,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 => 935, BUILD_REVISION => 937,
BUILD_DATE => "2015-03-16", BUILD_DATE => "2015-03-16",
}; };