diff --git a/README.md b/README.md index f8360019..a3d291f2 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Prerequisites: export CELO_BLOCKCHAIN_PATH=path/to/celo-blockchain ``` -* Checkout `rosetta` tag `v0.7.8-beta` (`git fetch --all && git checkout v0.7.8-beta`) (or latest released tag) and `make gen-contracts && make all` +* Checkout `rosetta` tag `v0.7.8` (`git fetch --all && git checkout v0.7.8`) (or latest released tag) and `make gen-contracts && make all` * Run `make alfajores-env` to create an empty datadir with the genesis block (only needs to be run the first time, upon initializing the service). The output should look something like this: ```sh diff --git a/service/rpc/versions.go b/service/rpc/versions.go index 7d138486..24240e91 100644 --- a/service/rpc/versions.go +++ b/service/rpc/versions.go @@ -24,6 +24,6 @@ const ( ) var ( - MiddlewareVersion = "0.7.8-beta" + MiddlewareVersion = "0.7.8" NodeVersion = params.Version )