Skip to content

Instantly share code, notes, and snippets.

@cfl0ws
Forked from cwgoes/instructions.md
Last active July 16, 2018 19:33
Show Gist options
  • Save cfl0ws/47e5914dd08d3cf29d988108a67c9680 to your computer and use it in GitHub Desktop.
Save cfl0ws/47e5914dd08d3cf29d988108a67c9680 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 HEAD Gopkg.lock
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