WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5756431

Browse files
committed
bump 6.0.11
1 parent 6d9105a commit 5756431

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.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-v6.0.11-brightgreen.svg?style=flat-square" alt="Version"></a>
88
<a href="https://travis-ci.org/schollz/croc"><img
99
src="https://img.shields.io/travis/schollz/croc.svg?style=flat-square" alt="Build
1010
Status"></a>

src/cli/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.10-1d744f1"
30+
Version = "v6.0.11-6d9105a"
3131
}
3232
app.Version = Version
3333
app.Compiled = time.Now()
@@ -66,7 +66,7 @@ func Run() (err error) {
6666
cli.BoolFlag{Name: "debug", Usage: "increase verbosity (a lot)"},
6767
cli.BoolFlag{Name: "yes", Usage: "automatically agree to all prompts"},
6868
cli.BoolFlag{Name: "stdout", Usage: "redirect file to stdout"},
69-
cli.StringFlag{Name: "relay", Value: "198.199.67.130:9009", Usage: "address of the relay"},
69+
cli.StringFlag{Name: "relay", Value: "142.93.177.120:9009", Usage: "address of the relay"},
7070
cli.StringFlag{Name: "out", Value: ".", Usage: "specify an output folder to receive the file"},
7171
}
7272
app.EnableBashCompletion = true

src/install/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_croc()
3333
croc_os="unsupported"
3434
croc_arch="unknown"
3535
croc_arm=""
36-
croc_version="6.0.10"
36+
croc_version="6.0.11"
3737

3838

3939
# Termux on Android has $PREFIX set which already ends with /usr

0 commit comments

Comments
 (0)