1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00
This commit is contained in:
Zackary Scholl 2025-08-03 08:19:05 -07:00
parent e0663da331
commit ec89082038
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v10.2.2"
Version = "v10.2.4"
}
app.Version = Version
app.Compiled = time.Now()

View file

@ -528,7 +528,7 @@ main() {
local autocomplete_install_rcode
croc_bin_name="croc"
croc_version="10.2.2"
croc_version="10.2.4"
croc_dl_ext="tar.gz"
croc_base_url="https://github.com/schollz/croc/releases/download"
prefix="${1}"