From 8b9b26097d9a99ecf65169c63221352179fbcc21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:35:22 +0800 Subject: [PATCH] update latest version (#110) Co-authored-by: shiyuhang0 --- install.sh | 2 +- latest-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 54dfa201..0526b828 100644 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version="0.5.0" +version="0.5.1" repo='https://github.com/tidbcloud/tidbcloud-cli/releases/download' if [ -n "$TICLOUD_MIRRORS" ]; then diff --git a/latest-version b/latest-version index 48080b4c..a076e7fb 100644 --- a/latest-version +++ b/latest-version @@ -1 +1 @@ -v0.5.0 \ No newline at end of file +v0.5.1 \ No newline at end of file