From 02492f625f6c89e596e5bed6ce8ec74df5261c12 Mon Sep 17 00:00:00 2001 From: TacHawkes Date: Wed, 28 Dec 2022 15:12:33 +0100 Subject: [PATCH] Update README.md (#48018) Fixed the version number of the current stable release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2593c0830c7d..4c8d93f70bf72 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.8.3 + git checkout v1.8.4 To build the `julia` executable, run `make` from within the julia directory.