made mdbook version to .y.z

This commit is contained in:
mfahampshire
2024-04-25 17:36:46 +02:00
parent 75a65a46c4
commit 02db41f450
+1 -1
View File
@@ -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")