diff --git a/docs/rpc/run-rpc-node-without-nearup.md b/docs/rpc/run-rpc-node-without-nearup.md index 6c29a75..7fcad75 100644 --- a/docs/rpc/run-rpc-node-without-nearup.md +++ b/docs/rpc/run-rpc-node-without-nearup.md @@ -65,7 +65,7 @@ $ git fetch origin --tags Checkout to the branch you need if not `master` (default). Latest release is recommended. Please check the [releases page on GitHub](https://github.com/near/nearcore/releases). ```bash -$ git checkout tags/1.25.0 -b mynode +$ git checkout tags/1.31.0-rc.2 -b mynode ``` ### 2. Compile `nearcore` binary @@ -163,7 +163,7 @@ Next, checkout the release branch you need (recommended) if you will not be usin For more information on choosing between `master` and latest release branch [ [click here](/validator/compile-and-run-a-node#choosing-your-nearcore-version) ]. ```bash -$ git checkout tags/1.25.0 -b mynode +$ git checkout tags/1.31.0 -b mynode ``` ### 2. Compile `nearcore` binary