diff --git a/mainnets/odin-mainnet-freya/README.md b/mainnets/odin-mainnet-freya/README.md index 8e5f9e1..b73904e 100644 --- a/mainnets/odin-mainnet-freya/README.md +++ b/mainnets/odin-mainnet-freya/README.md @@ -62,7 +62,7 @@ git clone https://github.com/GeoDB-Limited/odin-core.git ```shell cd odin-core git fetch --tags -git checkout v0.3.0-x.1 +git checkout v0.3.0 ``` #### 2. Install CLI ```shell @@ -74,7 +74,7 @@ To confirm that the installation was successful, you can run: ```bash: odind version ``` -Output should be: `v0.3.0-x.1` +Output should be: `v0.3.0` ## Instruction for new validators