From f7144f7a93f796952322d297594c177b3ef41c5a Mon Sep 17 00:00:00 2001 From: Christian Guinard Date: Thu, 18 Aug 2022 13:41:30 -0300 Subject: [PATCH] Update latest stable version (#46394) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637dbac1c8a92..aaf05e6d01237 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,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.7.3 + git checkout v1.8.0 To build the `julia` executable, run `make` from within the julia directory.