# Upgrade

### story-geth v.0.9.4

```
# Clone project repository
cd $HOME
rm -rf story-geth
git clone https://github.com/piplabs/story-geth.git
cd story-geth
git checkout v0.9.4

# Build binaries
make geth
sudo mv build/bin/geth $(which geth)
```

### story v.11.0

```
# Clone project repository
cd $HOME
rm -rf story
git clone https://github.com/piplabs/story.git
cd story
git checkout v0.11.0

# Build binaries
go build -o story ./client

# Prepare Cosmovisor upgrade
DAEMON_NAME=story
DAEMON_HOME=$HOME/.story/story
cosmovisor add-upgrade v0.11.0 story --upgrade-height 1325860 --force
```


---

# 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://service.coinhunterstr.com/testnet/story-protocol/illiad-testnet/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.
