Skip to content

Commit 336f314

Browse files
committed
bump 6.1.0
1 parent 6f31418 commit 336f314

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.12-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.1.0-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func Run() (err error) {
3030
app := cli.NewApp()
3131
app.Name = "croc"
3232
if Version == "" {
33-
Version = "v6.0.12-fbbdd1b"
33+
Version = "v6.1.0-6f31418"
3434
}
3535
app.Version = Version
3636
app.Compiled = time.Now()

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.12"
36+
croc_version="6.1.0"
3737

3838

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

0 commit comments

Comments
 (0)