axllent / mailpit

An email and SMTP testing tool with API for developers
https://mailpit.axllent.org
MIT License
6.18k stars 153 forks source link

Mailpit shows wrong version in about. #376

Closed N6REJ closed 1 month ago

N6REJ commented 1 month ago

we've verified that we are using 1.20.7 yet it says its 1.20.6 image how can we see whats going on?

axllent commented 1 month ago

Hey @N6REJ. This same thing happened to you before in #359. The release version numbers are set automatically as the release is being compiled and packaged, so this is not technically possible - if you downloaded and installed 1.20.7 then that is what it is.

You can verify on the commandline (in the directory with the mailpit.exe file) by running mailpit version. If that shows you the correct version but the web interface doesn't, then you need to restart your stack because you somehow still have the old version running in memory. If however that is showing you an older version, then you have downloaded the wrong version.

axllent commented 1 month ago

If you need additional support, please provide me the link to your version and I can then manually compare and verify with what's on GitHub in the releases. Thanks.

N6REJ commented 1 month ago

Sorry to have bothered you. I looked for the other ticket cause I remembered this happening once before. I've no clue how but somehow we had the wrong version from your release.

axllent commented 1 month ago

No worries. Seeing as this is the second time this has happened (and assuming they were caused by the same issue), I'm curious as to how you are configuring your versions in the app - it is an automated or manual process?