What's Changed
- V4.2.2 rc by @discoverdefiteam in #191
Full Changelog: v4.2.1...v4.2.2
Upgrade Instructions
This is an basic example of upgrading a node from v4.2.1
to v4.2.2
. Please keep in mind any custom configurations that is beyond the scope of this example.
Stop the node
systemctl stop terpd.service
Fetch the new upgrade
cd $HOME/terp-core && git fetch
Switch to v4.2.2
git checkout v4.2.2
Build the new binary
make install
Verify Installation
terpd version
# v4.2.2
Restart the node
systemctl start terpd.service