We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad7e51 commit b1a3595Copy full SHA for b1a3595
src/cli/cli.go
@@ -36,7 +36,7 @@ func Run() (err error) {
36
app := cli.NewApp()
37
app.Name = "croc"
38
if Version == "" {
39
- Version = "v10.3.2"
+ Version = "v10.4.1"
40
}
41
app.Version = Version
42
app.Compiled = time.Now()
src/install/default.txt
@@ -554,7 +554,7 @@ main() {
554
local autocomplete_install_rcode
555
556
croc_bin_name="croc"
557
- croc_version="10.3.2"
+ croc_version="10.4.1"
558
croc_dl_ext="tar.gz"
559
croc_base_url="https://github.com/schollz/croc/releases/download"
560
prefix="${1}"
0 commit comments