diff --git a/cbuild.sh b/cbuild.sh index ecf05d6..f92cff7 100644 --- a/cbuild.sh +++ b/cbuild.sh @@ -5,7 +5,7 @@ tabs 4 # exit on errors set -eo pipefail -INSTALLED_CBUILD_VERSION=2.0.1 +INSTALLED_CBUILD_VERSION=2.0.2 if [ -z "$CBUILD_INSTALL_DIR" ]; then CBUILD_INSTALL_DIR="/usr/local/share/cbuild"