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