Skip to content

Commit 02be7ab

Browse files
committed
bump 6.4.7
1 parent 4dd2922 commit 02be7ab

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.4.6-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.4.7-brightgreen.svg?style=flat-square" alt="Version"></a>
88
<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>
99
<a href="https://travis-ci.org/schollz/croc"><img
1010
src="https://img.shields.io/travis/schollz/croc.svg?style=flat-square" alt="Build

src/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Run() (err error) {
3232
app := cli.NewApp()
3333
app.Name = "croc"
3434
if Version == "" {
35-
Version = "v6.4.6-3c03719"
35+
Version = "v6.4.7-4dd2922"
3636
}
3737
app.Version = Version
3838
app.Compiled = time.Now()

src/install/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ main() {
523523
local create_prefix_rcode
524524

525525
croc_bin_name="croc"
526-
croc_version="6.4.6"
526+
croc_version="6.4.7"
527527
croc_dl_ext="tar.gz"
528528
croc_base_url="https://github.com/schollz/croc/releases/download"
529529
prefix="${1}"

0 commit comments

Comments
 (0)