From 567754cb96d55559c31ae2c24b686e22226e8d45 Mon Sep 17 00:00:00 2001 From: Tortar <68152031+Tortar@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:32:56 +0100 Subject: [PATCH] update latest stable version in README (#52699) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa264c57ac21..fde5e8ee8a8bd 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,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.9.4 + git checkout v1.10.0 To build the `julia` executable, run `make` from within the julia directory.