From 96642c5731b35823ef405eda77bf15d83a1d25c4 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Mon, 27 Sep 2021 21:15:14 +0900 Subject: [PATCH] version 0.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,