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
Hi! I noticed that on endpoint api/info after update to 4.0.1/4.0.2, answer from that endpoint is always: {"version":"4.0","success":true}
Expected is that correct version is returned
It's returning: {"version":"4.0","success":true} in all 4.0.0/4.0.1/4.0.2
The text was updated successfully, but these errors were encountered:
probably related to #16050 and #23162
Sorry, something went wrong.
Hi.
As pointed to by Anton, non-authenticated calls to info will not show the patch version but only the major-minor.
Closing since not a big.
No branches or pull requests
Description:
Hi! I noticed that on endpoint api/info after update to 4.0.1/4.0.2, answer from that endpoint is always: {"version":"4.0","success":true}
Steps to reproduce:
{"version":"4.0","success":true}
Expected behavior:
Expected is that correct version is returned
Actual behavior:
It's returning: {"version":"4.0","success":true} in all 4.0.0/4.0.1/4.0.2
Server Setup Information:
The text was updated successfully, but these errors were encountered: