Skip to content

Commit

Permalink
Update setup-julia.bash with Julia v1.9.3 (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnadt authored Aug 28, 2023
1 parent c7ce00b commit 3d3aa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/minimal-notebook/setup-scripts/setup-julia.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -exuo pipefail

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

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

0 comments on commit 3d3aa48

Please sign in to comment.