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
v2.6.2 released earlier today did not bump the version string in the app to 2.6.2, web app still shows 2.6.1. Screenshot from app:
2.6.2
2.6.1
Output from docker inspect:
docker inspect
root@stuff:~# docker inspect b71609f93409 [ { "Id": "sha256:b71609f93409df59c08b38fe4cfdf3118a0f0c1dfa8ef48e5afa93849e33c445", "RepoTags": [ "lscr.io/linuxserver/heimdall:latest" ], ... "Created": "2024-11-04T10:48:20.050492974Z", ... "Labels": { "build_version": "Linuxserver.io version:- v2.6.2-ls287 Build-date:- 2024-11-04T10:47:09+00:00",
The world's smallest issue :) I won't make a pull request as the fix would require a release bump, changing the version number again...
The text was updated successfully, but these errors were encountered:
Whoops
Sorry, something went wrong.
Should be fixed in 2.6.3
No branches or pull requests
v2.6.2 released earlier today did not bump the version string in the app to
2.6.2
, web app still shows2.6.1
.Screenshot from app:
Output from
docker inspect
:The world's smallest issue :)
I won't make a pull request as the fix would require a release bump, changing the version number again...
The text was updated successfully, but these errors were encountered: