There is currently no good way to see which version of the bot is running, so we need a factorion-bot --version command so it's possible to see the version (without starting the bot).
In the Dockerfile we would additionally need org.opencontainers.image.version to adhere to the standards of versioning images.
There is currently no good way to see which version of the bot is running, so we need a
factorion-bot --versioncommand so it's possible to see the version (without starting the bot).In the Dockerfile we would additionally need
org.opencontainers.image.versionto adhere to the standards of versioning images.