File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func newApp() *cli.App {
4545 app := cli .NewApp ()
4646 app .Name = "croc"
4747 if Version == "" {
48- Version = "11.0.0 "
48+ Version = "11.0.1 "
4949 }
5050 app .Version = Version
5151 app .Compiled = time .Now ()
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ main() {
554554 local autocomplete_install_rcode
555555
556556 croc_bin_name=" croc"
557- croc_version=" 11.0.0 "
557+ croc_version=" 11.0.1 "
558558 croc_dl_ext=" tar.gz"
559559 croc_base_url=" https://github.com/schollz/croc/releases/download"
560560 prefix=" ${1} "
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ main() {
554554 local autocomplete_install_rcode
555555
556556 croc_bin_name=" croc"
557- croc_version=" 11.0.0 "
557+ croc_version=" 11.0.1 "
558558 croc_dl_ext=" tar.gz"
559559 croc_base_url=" https://github.com/schollz/croc/releases/download"
560560 prefix=" ${1} "
You can’t perform that action at this time.
0 commit comments