From 4bd028451986d445505ef038102bd9e05cd884e2 Mon Sep 17 00:00:00 2001 From: Julien Caillon Date: Thu, 6 Jun 2024 10:34:51 +0200 Subject: [PATCH] :rocket: releasing version 0.17.112 --- valet.d/commands.d/self-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valet.d/commands.d/self-install.sh b/valet.d/commands.d/self-install.sh index 62e22fa..9a3f9fe 100644 --- a/valet.d/commands.d/self-install.sh +++ b/valet.d/commands.d/self-install.sh @@ -49,7 +49,7 @@ if [[ -z "${BASH_VERSION:-}" ]]; then fi if [[ -z "${VALET_VERSION:-}" ]]; then - VALET_VERSION="0.16.9" + VALET_VERSION="0.17.112" fi # import the core script (should always be skipped if the command is run from valet)