To retrieve your server version, in your server's terminal, run:
cat $(npm root -g)/lamassu-server/package.json | grep "lamassu-server@"
You'll see an output similar to that below:
root@lamassu-cryptomat:~# cat $(npm root -g)/lamassu-server/package.json | grep "lamassu-server@"
"_id": "lamassu-server@7.4.10",
In this case, your present server/admin version is 7.4.10.
Latest version
You may view the latest server version on our Github: https://github.com/lamassu/lamassu-server/releases
Updating your server software
Because the server and machine software may need to be updated in concert, please follow our latest release instructions here.
Comments
0 comments
Article is closed for comments.