This commit is contained in:
2024-07-12 03:23:28 +03:00
parent 6d0a819982
commit 023f0b1d40
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ tabs 4
# exit on errors
set -eo pipefail
INSTALLED_CBUILD_VERSION=2.0.0
INSTALLED_CBUILD_VERSION=2.0.1
if [ -z "$CBUILD_INSTALL_DIR" ]; then
CBUILD_INSTALL_DIR="/usr/local/share/cbuild"