From b860073afc9813abd0e6831d8aa5324c7d57353c Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Wed, 15 Sep 2021 06:21:17 +0000 Subject: [PATCH] chore: bump version 3.7.0 Signed-off-by: Jianhui Zhao --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- README_ZH.md | 2 +- version/version.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 023077e..4fbc6ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: submodules: true - uses: actions/setup-go@v2 with: - go-version: 1.16.0 + go-version: 1.17.1 - uses: actions/setup-node@v2 with: node-version: '12' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1da4d64..3fe7dd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.16.4 + go-version: 1.17.1 - uses: actions/setup-node@v2 with: diff --git a/README.md b/README.md index 54606e7..4245229 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rttys/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rttys/issues/new -[7]: https://img.shields.io/badge/release-3.6.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.7.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg diff --git a/README_ZH.md b/README_ZH.md index a8e795c..9edadec 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rttys/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rttys/issues/new -[7]: https://img.shields.io/badge/release-3.6.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.7.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg diff --git a/version/version.go b/version/version.go index a69445b..895f56b 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.6.0" +const version = "3.7.0" var ( gitCommit = ""