3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

VERSION.pm: Change revision to version

This commit is contained in:
Pragmatic Software 2019-12-21 15:26:44 -08:00
parent 4d9b3f09a7
commit b1fda82171

View File

@ -37,7 +37,7 @@ sub new {
}
sub version {
return BUILD_NAME . " revision " . BUILD_REVISION . " " . BUILD_DATE;
return BUILD_NAME . " version " . BUILD_REVISION . " " . BUILD_DATE;
}
1;