Skip to content

Commit

Permalink
Julia: install v1.3.1 by default.
Browse files Browse the repository at this point in the history
New version 1.3.1 was released on Dec. 30, 2019.
  • Loading branch information
riccardomurri committed Jan 1, 2020
1 parent e392ba2 commit 2e3be75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ the Julia language system:
===================== ========================== ==============================
Variable name Default Description
===================== ========================== ==============================
``julia_version`` ``1.3.0`` Version of Julia to install
``julia_version`` ``1.3.1`` Version of Julia to install
===================== ========================== ==============================

The following example (incomplete) shows how to install JupyterHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# version of Julia to install
julia_version: 1.3.0
julia_version: 1.3.1

# should the `julia` command be added to users' shell $PATH ?
julia_in_path: yes
Expand Down

0 comments on commit 2e3be75

Please sign in to comment.