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-v6.0.4 -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-v6.0.5 -brightgreen.svg?style=flat-square " alt =" Version " ></a >
88<a href =" https://travis-ci.org/schollz/croc " ><img
99src="https://img.shields.io/travis/schollz/croc.svg?style=flat-square " alt="Build
1010Status"></a >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func Run() (err error) {
2727 app := cli .NewApp ()
2828 app .Name = "croc"
2929 if Version == "" {
30- Version = "v6.0.4-cba6501 "
30+ Version = "v6.0.5-2991559 "
3131 }
3232 app .Version = Version
3333 app .Compiled = time .Now ()
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install_croc()
3333 croc_os=" unsupported"
3434 croc_arch=" unknown"
3535 croc_arm=" "
36- croc_version=" 6.0.4 "
36+ croc_version=" 6.0.5 "
3737
3838
3939 # Termux on Android has $PREFIX set which already ends with /usr
You can’t perform that action at this time.
0 commit comments