From a3c5a73cd0d9f820cabec51aac6d5207e520cf66 Mon Sep 17 00:00:00 2001 From: Calvin Liang Date: Fri, 19 Jan 2018 19:34:14 -0800 Subject: [PATCH] Update readme with correct tag version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de529fe3..86dc1135f 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( ``` git clone https://github.com/monero-project/monero.git cd monero - git checkout tags/v0.11.0.0 + git checkout tags/v0.11.1.0 ``` * Build: ```