diff --git a/validatorsGuide/Starttestnet/install-binary-source-code.md b/validatorsGuide/Starttestnet/install-binary-source-code.md index d62f083..6720109 100644 --- a/validatorsGuide/Starttestnet/install-binary-source-code.md +++ b/validatorsGuide/Starttestnet/install-binary-source-code.md @@ -7,7 +7,7 @@ order: 4 Clone repository and checkout to proper tag ```bash -git clone --depth 1 --branch v1.2.0 https://github.com/chain4energy/c4e-chain.git +git clone --depth 1 --branch v1.0.0 https://github.com/chain4energy/c4e-chain.git ``` Go to dir and build project ```bash @@ -19,8 +19,8 @@ Check binary version should me equal ```bash c4ed version -output: 1.2.0 +output: 1.0.0 ``` ## Next {hide} -Learn how to [run and configure node](.run_node.md) {hide} \ No newline at end of file +Learn how to [run and configure node](.run_node.md) {hide}