Skip to content

Commit 59b6558

Browse files
committed
bump
1 parent 2991559 commit 59b6558

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.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
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
@@ -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()

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.4"
36+
croc_version="6.0.5"
3737

3838

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

0 commit comments

Comments
 (0)