Skip to content

Commit ba00eda

Browse files
committed
bump 6.0.10
1 parent 1d744f1 commit ba00eda

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.9-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.10-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>

main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package main
2+
3+
//go:generate git tag -af v$VERSION -m "v$VERSION"
24
//go:generate go run src/install/updateversion.go
5+
//go:generate git commit -am "bump $VERSION"
6+
//go:generate git tag -af v$VERSION -m "v$VERSION"
37

48
import (
59
"fmt"

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.9-0519850"
30+
Version = "v6.0.10-1d744f1"
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.9"
36+
croc_version="6.0.10"
3737

3838

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

0 commit comments

Comments
 (0)