From ec890820387ad6a693f651793132b0e6b0df9272 Mon Sep 17 00:00:00 2001 From: Zackary Scholl Date: Sun, 3 Aug 2025 08:19:05 -0700 Subject: [PATCH] v10.2.4 --- src/cli/cli.go | 2 +- src/install/default.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/cli.go b/src/cli/cli.go index 12bb3652..e97affa3 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -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() diff --git a/src/install/default.txt b/src/install/default.txt index bace421a..666cdcd1 100644 --- a/src/install/default.txt +++ b/src/install/default.txt @@ -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}"