diff --git a/scripts/install.sh b/scripts/install.sh index 9ea40c8c2..293c54e27 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ ## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" or "scripts/run sync-bunny" if you update this file. ########### -VERSION="1.0.0" +VERSION="1.0.1" DOCKER_VERSION="24.0" CDN="https://cdn.coollabs.io/coolify" diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index bb3adcf35..3c44308a0 100644 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -5,7 +5,7 @@ ## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" if you update this file. ########### -VERSION="1.0.0" +VERSION="1.0.1" CDN="https://cdn.coollabs.io/coolify" curl -fsSL $CDN/docker-compose.yml -o /data/coolify/source/docker-compose.yml