From ba00eda176e8e3d2185f805043779093b740b23d Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 20 Jun 2019 07:10:37 -0700 Subject: [PATCH] bump 6.0.10 --- README.md | 2 +- main.go | 4 ++++ src/cli/cli.go | 2 +- src/install/default.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc1d192..02c87ac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg" width="408px" border="0" alt="croc">
-Version +Version Build
 Status diff --git a/main.go b/main.go index 1a2d6a0..ccf97c0 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,9 @@ package main + +//go:generate git tag -af v$VERSION -m "v$VERSION" //go:generate go run src/install/updateversion.go +//go:generate git commit -am "bump $VERSION" +//go:generate git tag -af v$VERSION -m "v$VERSION" import ( "fmt" diff --git a/src/cli/cli.go b/src/cli/cli.go index 6753742..9932fc0 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -27,7 +27,7 @@ func Run() (err error) { app := cli.NewApp() app.Name = "croc" if Version == "" { - Version = "v6.0.9-0519850" + Version = "v6.0.10-1d744f1" } app.Version = Version app.Compiled = time.Now() diff --git a/src/install/default.txt b/src/install/default.txt index 2a5f422..8376570 100644 --- a/src/install/default.txt +++ b/src/install/default.txt @@ -33,7 +33,7 @@ install_croc() croc_os="unsupported" croc_arch="unknown" croc_arm="" - croc_version="6.0.9" + croc_version="6.0.10" # Termux on Android has $PREFIX set which already ends with /usr