From ac388502288700735f4d1f19c8b33e99e5d52c9b Mon Sep 17 00:00:00 2001 From: Grigory Alexandrov Date: Fri, 20 Aug 2021 03:36:44 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cd4742a..5e41e36 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ function scr_install local destination_path="/tmp" local bin_path="/usr/local/bin" - local stitchocker_stable_release="0.0.12" + local stitchocker_stable_release="0.0.13" local stitchoker_uri="https://raw.githubusercontent.com/alexaandrov/stitchocker/$stitchocker_stable_release/stitchocker.sh" local stitchocker_name="stitchocker" local stitchocker_tmp_path="$destination_path/$stitchocker_name.sh"