From 5e69ce3997967e6eabd4d18a63712fb22ab2bc3b Mon Sep 17 00:00:00 2001 From: pokkst Date: Wed, 6 Dec 2023 18:18:00 -0600 Subject: [PATCH] Update version in docs --- doc/BUILDING-external-libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILDING-external-libs.md b/doc/BUILDING-external-libs.md index b0416b3..d822158 100644 --- a/doc/BUILDING-external-libs.md +++ b/doc/BUILDING-external-libs.md @@ -11,7 +11,7 @@ ## Building: 1. Clone the Monero repo required for this app to function. A specific fork for UTXO management is hosted here: http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/monero.git -Clone a specific branch, and shorten I2P download time with `git clone -b release-v0.18.2.2-mysu --single-branch --depth 1 http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/monero.git` +Clone a specific branch, and shorten I2P download time with `git clone -b release-v0.18.3.1-mysu --single-branch --depth 1 http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/monero.git` 2. Change current directory to the monero repo: `cd monero`