From da9c0ccee67f7efadfda45b8dc41125b3701c78e Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 1 Jun 2018 08:40:56 +0800 Subject: [PATCH] readme updated to 0.12.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c6376..bc4694b 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ git clone --recursive https://github.com/monero-project/monero cd monero/ # checkout last monero version -git checkout -b last_release v0.12.0.0 +git checkout -b last_release v0.12.1.0 make ```