From ca8f01184467afa48d61d78674cecc5872e27eef Mon Sep 17 00:00:00 2001 From: Zack Date: Thu, 6 Jun 2024 10:22:46 -0700 Subject: [PATCH] v10.0.8 --- README.md | 2 +- src/cli/cli.go | 2 +- src/install/default.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f998cf0be..f52f77329 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg" width="408px" border="0" alt="croc">
-Version +Version Build
 Status diff --git a/src/cli/cli.go b/src/cli/cli.go index 92c458b8a..36a98649a 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.0.7" + Version = "v10.0.8" } app.Version = Version app.Compiled = time.Now() diff --git a/src/install/default.txt b/src/install/default.txt index cdcedfbd3..fa4c56817 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.0.7" + croc_version="10.0.8" croc_dl_ext="tar.gz" croc_base_url="https://github.com/schollz/croc/releases/download" prefix="${1}"