Skip to content

Instantly share code, notes, and snippets.

@cwgoes
Last active July 16, 2018 22:03
Show Gist options
  • Save cwgoes/6b3287e2835e55db3400daec8d669c5d to your computer and use it in GitHub Desktop.
Save cwgoes/6b3287e2835e55db3400daec8d669c5d to your computer and use it in GitHub Desktop.
Upgrade to gaiad 0.22

First, fetch the latest upstream and build version 0.22:

git fetch --tags
git checkout v0.22.0
make

Now double-check that you've built the right version with:

gaiad version

which should output

0.22.0-9f2b83cb

If it does, you're good to go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment