From 905ac2a11d77ee053dbabe348c023173509ee8be Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 21 Sep 2025 07:20:58 -0700 Subject: [PATCH] chore: bump 10.2.5 --- 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 e97affa3..fb39f1f5 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.4" + Version = "v10.2.5" } app.Version = Version app.Compiled = time.Now() diff --git a/src/install/default.txt b/src/install/default.txt index 666cdcd1..60ce9a1e 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.4" + croc_version="10.2.5" croc_dl_ext="tar.gz" croc_base_url="https://github.com/schollz/croc/releases/download" prefix="${1}"