# Upgrade

<figure><img src="https://pbs.twimg.com/profile_images/1693591385469837313/6dYwFnXW_400x400.jpg" alt="" width="188"><figcaption></figcaption></figure>

***

| Latest Version | Chain-id | Wasm     |
| -------------- | -------- | -------- |
| v1.1.0         | sgenet-1 | DISABLED |

### Upgrade Guide

ONLY UPGRADE WHEN BLOCKS REACHED `1097000`

```sh
cd $HOME
cd sge/
git fetch --all
git checkout v1.1.1
make install
```

Restart Services

```sh
sudo systemctl restart sged && journalctl -fu sged
```

Check version should shown `v1.1.1`

```sh
sged version
```
