We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50175a7 + 8f6413c commit 17cecd7Copy full SHA for 17cecd7
1 file changed
build.sh
@@ -2,7 +2,7 @@
2
## START STANDARD SITE BUILD SCRIPT INCLUDE
3
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
4
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
5
-readonly BOOTSTRAP_VERSION=v1.08
+readonly BOOTSTRAP_VERSION=v1.0.9
6
[ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
7
## END STANDARD SITE BUILD SCRIPT INCLUDE
8
0 commit comments