# Upgrade

## Manual Upgrade

**upgrade at height**

```bash
cd $HOME
mkdir download
cd download
wget -O atomoned https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64
chmod +x atomoned
mv atomoned $HOME/go/bin
sudo systemctl restart atomoned && sudo journalctl -fu atomoned -o cat 
```
