> ## 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>
  Please do not proceed until Monad Foundation provides notice.
</Warning>

## Instructions for node operators

<Tip title="No configuration changes required">
  This release does not require any `node.toml` or systemctl override changes. It is a drop-in upgrade from v0.12.6.
</Tip>

### 1. SSH into the node as `root` user

### 2. Upgrade monad package

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

### 3. Restart the services and verify

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

Expected output: All services should show `Active: active (running)`

### 4. Verify the correct version is running

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

Expected output:

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

## Patch notes

Please refer to the public changelog for [`v0.12.7`](/developer-essentials/changelog/releases#v0127).
