From b4c3494152c996469873a66ca9bf0b183f1f4cba Mon Sep 17 00:00:00 2001 From: Christian Guinard Date: Thu, 11 May 2023 13:10:10 -0300 Subject: [PATCH] Update stable version in README.md to 1.9.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a95ee05b2bab2..26fbb21a8a6a7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ and then use the command prompt to change into the resulting julia directory. By Julia. However, most users should use the [most recent stable version](https://github.com/JuliaLang/julia/releases) of Julia. You can get this version by running: - git checkout v1.8.5 + git checkout v1.9.0 To build the `julia` executable, run `make` from within the julia directory.