Skip to content

Commit

Permalink
Update julia version (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 26, 2023
1 parent aedf3e7 commit 84352d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimal-notebook/setup-scripts/setup-julia.bash
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.1}"
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"

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

0 comments on commit 84352d0

Please sign in to comment.