-
|
I think I have pulled the latest... but I'm not sure? Package.json still says: ...but I see Emby and Plex as available sources? So I'm confused. |
Beta Was this translation helpful? Give feedback.
Answered by
itz4blitz
Jan 7, 2026
Replies: 1 comment
-
|
Thanks for raising this! I've just implemented version display in PR #19. Once merged, you'll be able to see the version in two places:
Regarding your current version: if your To get the latest: git pull origin master
docker compose down
docker compose build --no-cache
docker compose up -d |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
itz4blitz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for raising this! I've just implemented version display in PR #19.
Once merged, you'll be able to see the version in two places:
GET /api/versionreturns{"version":"x.x.x","service":"logarr"}Regarding your current version: if your
package.jsonshows0.1.0but you see Emby and Plex sources, you likely have an older codebase but pulled newer Docker images. The version displayed will be baked into the Docker image at build time.To get the latest: