From 7d60219c331f3ec6c36e40a0c776025460fc6599 Mon Sep 17 00:00:00 2001 From: Timerix Date: Thu, 18 Jul 2024 22:25:23 +0300 Subject: [PATCH] v2.0.2 --- cbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"