diff --git a/bin/compile b/bin/compile index 6477135..33deb66 100755 --- a/bin/compile +++ b/bin/compile @@ -33,7 +33,7 @@ for env_file in "$ENV_DIR"/UV_* ; do done if [ -z "${UV_VERSION:-}" ] ; then - export UV_VERSION=0.5.9 + export UV_VERSION=0.5.11 log "No uv version specified in UV_VERSION config var. Defaulting to $UV_VERSION." else log "Using uv version from UV_VERSION config var: $UV_VERSION"