Skip to content

Commit

Permalink
chore: Update BOOSTRAP_VERSION to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Jun 18, 2024
1 parent c3d8b41 commit 2e1e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## START STANDARD SITE BUILD SCRIPT INCLUDE
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
readonly BOOTSTRAP_VERSION=v0.7
readonly BOOTSTRAP_VERSION=v0.8
[ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
## END STANDARD SITE BUILD SCRIPT INCLUDE

Expand Down

0 comments on commit 2e1e358

Please sign in to comment.