I'm running a Lotus daemon and a new release was pushed to master. How do I upgrade to the latest version?
First, stop your daemon, then download the latest version:
git pull master
Then:
make clean && make all
Once that completes:
sudo make install
Now when you restart your daemon it should be on the latest version. To verify, run:
lotus --version