From 8745ae759923ae1bbee7e76515e998a8794b60b9 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 29 Jun 2024 09:14:26 +0000 Subject: [PATCH] =?UTF-8?q?v0.0.3=20-=20=E6=95=B4=E5=90=88client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- model/model.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 47bb19a..7f1ab37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - TAG="v0.0.2-$(date +'%Y%m%d%H%M%S')" + TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')" git tag $TAG git push origin $TAG env: diff --git a/model/model.go b/model/model.go index 2aabe81..74838fb 100644 --- a/model/model.go +++ b/model/model.go @@ -1,6 +1,6 @@ package model -const SpeedTestVersion = "v0.0.2" +const SpeedTestVersion = "v0.0.3" var ( NetCMCC = "https://raw.githubusercontent.com/spiritLHLS/speedtest.net-CN-ID/main/CN_Mobile.csv"