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

chore: bump 10.2.5

This commit is contained in:
Zack Scholl 2025-09-21 07:20:58 -07:00
parent 89cfcdaf6c
commit 905ac2a11d
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.4"
Version = "v10.2.5"
}
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.4"
croc_version="10.2.5"
croc_dl_ext="tar.gz"
croc_base_url="https://github.com/schollz/croc/releases/download"
prefix="${1}"