> ## 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.12.7

<Warning>
  在 Monad 基金会发出通知之前，请不要执行此操作。
</Warning>

## 节点运营者操作说明

<Tip title="无需配置更改">
  此版本不需要任何 `node.toml` 或 systemctl 覆盖更改。它是从 v0.12.6 的即插即用升级。
</Tip>

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

### 2. 升级 monad 软件包

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

### 3. 重启服务并验证

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

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

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

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

预期输出：

```json theme={null}
monad-rpc {"commit":"e1e9489b8fc42c0a5af208bab20f6704f83c91c0","tag":"v0.12.7","branch":"","modified":true}
```

## 补丁说明

请参考 [`v0.12.7`](/zh/developer-essentials/changelog/releases#v0-12-7) 的公开变更日志。
