1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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

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