diff --git a/README.md b/README.md index 4bad67df5..0a4a20ee9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ JET.jl employs Julia's type inference for bug reports. !!! note The latest version of JET requires Julia versions **1.7 and higher**; - JET is tested against [the current beta v1.7 release](https://julialang.org/downloads/#upcoming_release) as well as [nightly version](https://julialang.org/downloads/nightlies/). \ + JET is tested against [the current v1.7 release candidate](https://julialang.org/downloads/#upcoming_release) as well as [nightly version](https://julialang.org/downloads/nightlies/). \ Also note that JET deeply relies on the type inference routine implemented in [the Julia compiler](https://github.com/JuliaLang/julia/tree/master/base/compiler), and so the analysis result can vary depending on your Julia version. In general, the newer your Julia version is, more accurately and quickly your can expect JET to analyze your code,