Skip to content

Commit

Permalink
Bump version to v0.7.8-beta (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
eelanagaraj authored Mar 2, 2021
1 parent 2129a39 commit 1cccfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Prerequisites:
export CELO_BLOCKCHAIN_PATH=path/to/celo-blockchain
```

* Checkout `rosetta` tag `v0.7.7` (`git fetch --all && git checkout v0.7.7`) (or latest released tag) and `make gen-contracts && make all`
* 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`
* 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
Expand Down
2 changes: 1 addition & 1 deletion service/rpc/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ const (
)

var (
MiddlewareVersion = "0.7.7"
MiddlewareVersion = "0.7.8-beta"
NodeVersion = params.Version
)

0 comments on commit 1cccfd9

Please sign in to comment.