We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedf3e7 commit 84352d0Copy full SHA for 84352d0
minimal-notebook/setup-scripts/setup-julia.bash
@@ -6,7 +6,7 @@ set -exuo pipefail
6
7
# Default julia version to install if env var is not set
8
# Check https://julialang.org/downloads/
9
-JULIA_VERSION="${JULIA_VERSION:-1.9.1}"
+JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
10
11
# Figure out what architecture we are installing in
12
JULIA_ARCH=$(uname -m)
0 commit comments