From fe4e9c357a3bef8f1951ce173dc10466f47d27ae Mon Sep 17 00:00:00 2001 From: Micheal Quinn Date: Tue, 10 Sep 2019 07:30:31 -0500 Subject: [PATCH] Upping version of croc in the installer script. --- src/install/new_default.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install/new_default.txt b/src/install/new_default.txt index d90b3188..464f9aba 100644 --- a/src/install/new_default.txt +++ b/src/install/new_default.txt @@ -23,7 +23,7 @@ # Issues: https://github.com/schollz/croc/issues # # CREATED: 08/10/2019 16:41 -# REVISION: 0.6.0 +# REVISION: 0.9.0 #=============================================================================== set -o nounset # Treat unset variables as an error @@ -487,7 +487,7 @@ main() { local install_file_rcode croc_bin_name="croc" - croc_version="6.1.1" + croc_version="6.1.3" croc_dl_ext="tar.gz" croc_base_url="https://github.com/schollz/croc/releases/download" prefix="${1}"