Skip to content

Commit

Permalink
Merge pull request #1061 from JuliaLang/update-lts-1-10
Browse files Browse the repository at this point in the history
Update the LTS version to 1.10
  • Loading branch information
davidanthoff authored Oct 8, 2024
2 parents 6a6ddd4 + d6f6f8f commit 4e8063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versiondb/updateversiondb.jl
Original file line number Diff line number Diff line change
@@ -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__)
Expand Down

0 comments on commit 4e8063d

Please sign in to comment.