From 988eb28557f71b40794a70962fce67a2908630a1 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Wed, 11 Sep 2024 21:14:37 -0700 Subject: [PATCH] Update stable version number in readme to v1.10.5 (#55742) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9e9b9c0bd022..465adcf0499227 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.10.4 + git checkout v1.10.5 To build the `julia` executable, run `make` from within the julia directory.