> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.13.1 升级说明

<Warning>
  这是一个**补丁版本**，专门用于遇到 RPC 区块查询问题的状态归档节点。运行在 v0.13.0 上的常规验证者和全节点不受影响，无需升级。
</Warning>

## 1. 以 `monad` 用户身份 SSH 登录节点

## 2. 升级 monad 软件包

```bash theme={null}
sudo apt update && sudo apt install --reinstall monad=0.13.1 -y --allow-downgrades --allow-change-held-packages
```

## 3. 重启服务并验证

```bash theme={null}
sudo systemctl restart monad-rpc
sudo systemctl status monad-rpc --no-pager -l
```

预期输出：服务应显示 `Active: active (running)`

## 4. 验证运行的版本正确

```bash theme={null}
monad-rpc --version
```

预期输出：

```json theme={null}
monad-rpc {"commit":"7db6cea2e51e57bc78a8cba0d389ebb8ae73298b","tag":"v0.13.1","branch":"","modified":false}
```
