We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried to display the version information of Mattermost Server using several version checking methods, but it contains the string {PATCH}.
{PATCH}
mmctl system version
Server version 5.30.0.5.31.6{PATCH}.459172dc38493dd6abc3ba29d7e3dafb.false
This seems to be a mixture of the DB Schema version and the Mattermost Version notation.
DB Schema version
Mattermost Version
Version: 5.30.0 Build Number: 5.31.6{PATCH} Build Date: Fri Jan 15 02:26:25 UTC 2021 Build Hash: 5c6f37ee6db78c8440145a27320baebdcc6e8311 Build Enterprise Ready: false DB Version: 5.31.0
{PATCH} is not included in the version notation
The text was updated successfully, but these errors were encountered:
The {PATCH} section was an error during the release process, and will be fixed in future versions. You can find more discussion on this here: https://community.mattermost.com/core/pl/zsuaan8su78p3qzsq1oapa8nqh.
Sorry, something went wrong.
No branches or pull requests
Summary
I have tried to display the version information of Mattermost Server using several version checking methods, but it contains the string
{PATCH}
.Steps to reproduce
1. WebUI
1. mmctl command
This seems to be a mixture of the
DB Schema version
and theMattermost Version
notation.1. mattermost version
Expected behavior
{PATCH} is not included in the version notation
The text was updated successfully, but these errors were encountered: