File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg "
5
5
width="408px" border="0" alt="croc">
6
6
<br >
7
- <a href =" https://github.com/schollz/croc/releases/latest " ><img src =" https://img.shields.io/badge/version-v9.6.10 -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-v9.6.11 -brightgreen.svg?style=flat-square " alt =" Version " ></a >
8
8
<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 >
9
9
<a href =" https://travis-ci.org/schollz/croc " ><img
10
10
src="https://img.shields.io/travis/schollz/croc.svg?style=flat-square " alt="Build
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func Run() (err error) {
36
36
app := cli .NewApp ()
37
37
app .Name = "croc"
38
38
if Version == "" {
39
- Version = "v9.6.10 "
39
+ Version = "v9.6.11 "
40
40
}
41
41
app .Version = Version
42
42
app .Compiled = time .Now ()
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ main() {
528
528
local autocomplete_install_rcode
529
529
530
530
croc_bin_name=" croc"
531
- croc_version=" 9.6.10 "
531
+ croc_version=" 9.6.11 "
532
532
croc_dl_ext=" tar.gz"
533
533
croc_base_url=" https://github.com/schollz/croc/releases/download"
534
534
prefix=" ${1} "
You can’t perform that action at this time.
0 commit comments