Build Documentation Choose Version
From Whonix
Retrieve a list of available git tags.
git --no-pager tag
Use git checkout to select the preferred version to build.
git checkout {{{extra}}} {{{version}}}
Replace {{{version}}}
with the actual version chosen for the build: the stable, testers-only or developers version. Common sense is required when choosing the right version number. For example, the latest available version number is not necessarily the most stable or suitable. Follow the Whonix ™ News Blog as it might contain information.
Check if you really got the version you want.
git describe
Should show:
{{{version}}}