From 1cdaa8122d13e96a76f98e809e4ffddb6cf400fa Mon Sep 17 00:00:00 2001 From: Manoj Gopalakrishnan Date: Fri, 3 Apr 2020 10:24:40 +0000 Subject: [PATCH] Update stable version tag to clone Avalon code. Use v0.5-pre-release.5 as the git tag to clone Avalon code. Signed-off-by: Manoj Gopalakrishnan --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 4acc45a33..0090eed43 100644 --- a/BUILD.md +++ b/BUILD.md @@ -75,7 +75,7 @@ The steps below will set up a Python virtual environment to run Avalon. - To use the current stable branch (recommended), run this command: ```bash - git clone https://github.com/hyperledger/avalon --branch v0.5-pre-release.1 + git clone https://github.com/hyperledger/avalon --branch v0.5-pre-release.5 ``` - Or, to use the latest branch, run this command: