Skip to content

Commit 3d3aa48

Browse files
authored
Update setup-julia.bash with Julia v1.9.3 (#1985)
1 parent c7ce00b commit 3d3aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/minimal-notebook/setup-scripts/setup-julia.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -exuo pipefail
66

77
# Default julia version to install if env var is not set
88
# Check https://julialang.org/downloads/
9-
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
9+
JULIA_VERSION="${JULIA_VERSION:-1.9.3}"
1010

1111
# Figure out what architecture we are installing in
1212
JULIA_ARCH=$(uname -m)

0 commit comments

Comments
 (0)