# Upgrade

***🟢UPDATE🟢*****&#x20;11.11.245**

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

```python
cd $HOME && rm -r althea-L1
git clone https://github.com/AltheaFoundation/althea-L1
cd $HOME/althea-L1
git checkout v1.6.0
make install
althea version --long | grep -e commit -e version
#version: v1.6.0
#commit: 7c26a8c62f07bb1754c8d6c89e8ef54912a1df6e
sudo systemctl restart althea && journalctl -fu althea -ocat
```

&#x20;                                          **GitHub**

<https://github.com/AltheaFoundation/althea-L1/tags>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stavr-team.gitbook.io/nodes-guides/mainnets/althea/upgrade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
