From b348c716df5232c2ea307bc6649661ea95e3998c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:12:03 +0000 Subject: [PATCH] update latest version (#244) Update latest-version file and version in install.sh Co-authored-by: zhangyangyu <3690895+zhangyangyu@users.noreply.github.com> --- install.sh | 2 +- latest-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 295c5912..9c6628ca 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="1.0.0-beta.1" +version="1.0.0-beta.2" repo='https://github.com/tidbcloud/tidbcloud-cli/releases/download' if [ -n "$TICLOUD_MIRRORS" ]; then diff --git a/latest-version b/latest-version index ada98c6f..40d474ce 100644 --- a/latest-version +++ b/latest-version @@ -1 +1 @@ -v1.0.0-beta.1 \ No newline at end of file +v1.0.0-beta.2 \ No newline at end of file