From e5c1c99878eace20ea7cebb6c327529c2d69e5a4 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Fri, 6 Sep 2019 15:59:32 +0100 Subject: [PATCH] - Updates default to 7.8.4 --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8102a82..d126f51 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables and default values # The Cylc version to install, where: - # 7.0.0 <= cylc_version < 8.0.0 - cylc_version: 7.8.3 + cylc_version: 7.8.4 # Whether to install the optional GUI components # like PyGTK, graphviz etc. Setting this variable diff --git a/defaults/main.yml b/defaults/main.yml index 45a6f9f..4a5a583 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # The Cylc version to install, where: - # 7.0.0 <= cylc_version < 8.0.0 -cylc_version: 7.8.3 +cylc_version: 7.8.4 # Whether to install the optional GUI components # like PyGTK, graphviz etc. Setting this variable