Skip to content

Commit 84352d0

Browse files
authored
Update julia version (#1946)
1 parent aedf3e7 commit 84352d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1}"
9+
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
1010

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

0 commit comments

Comments
 (0)