chore: add development build in version command
This commit is contained in:
parent
643b143868
commit
a87f1657cc
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public class VersionCommand implements CommandHandler {
|
|||
}
|
||||
if (buildId != null && !buildId.isEmpty()) {
|
||||
versionBuilder.append(" (Build #").append(buildId).append(")");
|
||||
} else {
|
||||
versionBuilder.append(" (Development Build)");
|
||||
}
|
||||
|
||||
String version = versionBuilder.toString();
|
||||
|
|
Loading…
Reference in a new issue