From 02db41f450f415b009bfd228fe405c92937fd32d Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 25 Apr 2024 17:36:46 +0200 Subject: [PATCH] made mdbook version to .y.z --- documentation/install_mdbook_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/install_mdbook_deps.sh b/documentation/install_mdbook_deps.sh index 6baf0c98d2..c2f9338152 100755 --- a/documentation/install_mdbook_deps.sh +++ b/documentation/install_mdbook_deps.sh @@ -7,7 +7,7 @@ set -o pipefail # simple script to automate cleaning an existing mdbook install then installing it fresh for each deploy. # pinning minor version allows for updates but no breaking changes -MINOR_VERSION=0.4 +MINOR_VERSION=0.4.36 # if a new plugin is added to the books it needs to be added here also declare -a plugins=("admonish" "linkcheck" "last-changed" "theme" "variables" "cmdrun")