Skip to content

Commit 6ce8bc2

Browse files
author
Ben-Haslam
committed
update version
1 parent 49c8bd6 commit 6ce8bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.README.md.swp

1 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Workflow:
88
* commit it to GitHub Repo (for example, merge to master
99
* add release git tag like:
1010

11-
`git tag v0.7.1-bakerloo01`
11+
`git tag v0.8.0-bakerloo01`
1212

1313
`git push --tags`
1414

@@ -27,7 +27,7 @@ IP_ADDRESS="$(curl ifconfig.me)"
2727
docker run --rm --net=host \
2828
--name services-testnet-agc \
2929
-v $(pwd)/autonity-chaindata:/autonity-chaindata \
30-
services-testnet-agc \
30+
services-testnet-agc:v0.8.0-bakerloo01 \
3131
--nat extip:$(echo $IP_ADDRESS)
3232
```
3333

0 commit comments

Comments
 (0)