From e696a6f7beb42730b1881bc7bd83744099dfdcf1 Mon Sep 17 00:00:00 2001 From: ubergeek77 Date: Fri, 23 Jun 2023 17:10:35 -0500 Subject: [PATCH] Bump version --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 6a02e22..c6e0486 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -LED_CURRENT_VERSION="1.1.3" +LED_CURRENT_VERSION="1.1.4" # cd to the directory the script is in SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)