File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg "
55 width="408px" border="0" alt="croc">
66<br >
7- <a href =" https://github.com/schollz/croc/releases/latest " ><img src =" https://img.shields.io/badge/version-v8.6.8 -brightgreen.svg?style=flat-square " alt =" Version " ></a >
7+ <a href =" https://github.com/schollz/croc/releases/latest " ><img src =" https://img.shields.io/badge/version-v8.6.9 -brightgreen.svg?style=flat-square " alt =" Version " ></a >
88<a href =" https://coveralls.io/github/schollz/croc " ><img src =" https://img.shields.io/badge/coverage-81%25-green.svg?style=flat-square " alt =" Coverage " ></a >
99<a href =" https://travis-ci.org/schollz/croc " ><img
1010src="https://img.shields.io/travis/schollz/croc.svg?style=flat-square " alt="Build
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func Run() (err error) {
3333 app := cli .NewApp ()
3434 app .Name = "croc"
3535 if Version == "" {
36- Version = "v8.6.8-92ab62d "
36+ Version = "v8.6.9-be95662 "
3737 }
3838 app .Version = Version
3939 app .Compiled = time .Now ()
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ main() {
528528 local autocomplete_install_rcode
529529
530530 croc_bin_name=" croc"
531- croc_version=" 8.6.8 "
531+ croc_version=" 8.6.9 "
532532 croc_dl_ext=" tar.gz"
533533 croc_base_url=" https://github.com/schollz/croc/releases/download"
534534 prefix=" ${1} "
You can’t perform that action at this time.
0 commit comments