From d6f6f8f4d790ce14359b4842968f4c42ab5b3e79 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 5 Oct 2024 21:34:20 -0700 Subject: [PATCH] Update the LTS version to 1.10 --- scripts/versiondb/updateversiondb.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versiondb/updateversiondb.jl b/scripts/versiondb/updateversiondb.jl index 70caeb1a..492e027e 100644 --- a/scripts/versiondb/updateversiondb.jl +++ b/scripts/versiondb/updateversiondb.jl @@ -1,6 +1,6 @@ # Edit the following two lines to change the LTS Julia version const lts_major = 1 -const lts_minor = 6 +const lts_minor = 10 using Pkg Pkg.activate(@__DIR__)