From 7b6976d3fda7d3569dac902317d62ad5d348462e Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 1 Sep 2021 14:55:54 +0200 Subject: [PATCH] bump Nim version in developer docs (#2841) The developer documentation contains a comment mentioning the version of Nim that the project is tested against. This comment was not updated for a while (last Nim update in #2508). Bumping now to be in sync once more. --- docs/the_nimbus_book/src/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the_nimbus_book/src/developers.md b/docs/the_nimbus_book/src/developers.md index 3c3badc7a..42833f446 100644 --- a/docs/the_nimbus_book/src/developers.md +++ b/docs/the_nimbus_book/src/developers.md @@ -69,7 +69,7 @@ Nimbus comes with a build environment similar to Python venv - this helps ensure ```bash ./env.sh bash # start a new interactive shell with the right env vars set which nim -nim --version # Nimbus is tested and supported on 1.0.2 at the moment +nim --version # Nimbus is tested and supported on 1.2.12 at the moment # or without starting a new interactive shell: ./env.sh which nim