From 49428e8fa2f787d8df894a4a8f538350ec0e54fe Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 10 Jan 2025 18:19:03 -0500 Subject: [PATCH] README.md: Update current stable version (#57016) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa2111600f22..021322336d286 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.11.1 + git checkout v1.11.2 To build the `julia` executable, run `make` from within the julia directory.