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__)