From d097e4fd0f027daf079569a987e6a22c09182c28 Mon Sep 17 00:00:00 2001 From: Eela Nagaraj <7308464+eelanagaraj@users.noreply.github.com> Date: Tue, 25 May 2021 19:37:14 +0200 Subject: [PATCH] Bump release versions (#173) --- README.md | 2 +- service/rpc/versions.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f65c7a9..8d8a5901 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You also need the following dependencies to be met: Prerequisites: - Checkout `celo-blockchain` tag `v1.3.2` (`git fetch --all && git checkout v1.3.2`) (NOTE: check that this matches the version specified in `rosetta`'s `go.mod` file) and `make geth` -- Checkout `rosetta` tag `v0.8.4` (`git fetch --all && git checkout v0.8.4`) (or latest released tag) and `make all` +- Checkout `rosetta` tag `v0.8.5` (`git fetch --all && git checkout v0.8.5`) (or latest released tag) and `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 b0c495f6..10f450fc 100644 --- a/service/rpc/versions.go +++ b/service/rpc/versions.go @@ -24,6 +24,6 @@ const ( ) var ( - MiddlewareVersion = "0.8.4" + MiddlewareVersion = "0.8.5" NodeVersion = params.Version )