Upping version of croc in the installer script.

This commit is contained in:
Micheal Quinn 2019-09-10 07:30:31 -05:00
parent c0f7c3c250
commit fe4e9c357a
No known key found for this signature in database
GPG Key ID: 0E7217F3C30BA059
1 changed files with 2 additions and 2 deletions

View File

@ -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}"