Egde2: how to learn what release I actually have installed?

Hi,

I am using Ubuntu 22.04 LTS on Edge2. Today I updated system using

sudo apt full-upgrade

How can I double check from command line (or looking into a certain file) what release I actually have? I want to be sure there is no need to upgrade from scratch using the new image and then to reinstall all the applications I am using.

Thanks
Witold

You can check the image version:

cat /etc/fenix-release

If the VERSION is 1.5-230425, it means your system is latest version.

Thank you for your prompt reply. I followed your suggestion and everything appeared to be all right. I have got a new release.

Cheers