> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/testnets/aura/upgrade.md).

# Upgrade

version: v0.9.3-euphoria

***🟢UPDATE🟢*****&#x20;09.08.24**&#x20;

*<mark style="color:yellow;">at Height -></mark>* 11679500

```python
cd $HOME
wget https://github.com/aura-nw/aura/releases/download/v0.9.3-euphoria/aurad
chmod +x aurad
aurad version --long | grep -e commit -e version
mv aurad $(which aurad)
#version: v0.9.3-euphoria
#commit: d3e717e44a2b9fadf3c19ec6a8bc2a98e2bac470
sudo systemctl restart aurad && journalctl -fu aurad -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                           **Github**

[**https://github.com/aura-nw/aura/tags**](https://github.com/aura-nw/aura/tags)
