From 823f0760293b46260c5a9a0563f75ccf4f59ecc8 Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Mon, 14 Aug 2023 20:57:09 +0800 Subject: [PATCH] chore: bump version to v0.10.4 --- scripts/quickstart.sh | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/quickstart.sh b/scripts/quickstart.sh index c074552..62300f5 100644 --- a/scripts/quickstart.sh +++ b/scripts/quickstart.sh @@ -3,7 +3,7 @@ set -e # Set version number and base url -version="0.10.3" +version="0.10.4" base_url="https://github.com/williamfzc/srctx/releases/download" echo "Starting SRCTX..." diff --git a/version.go b/version.go index ecc3e88..f7c6291 100644 --- a/version.go +++ b/version.go @@ -17,6 +17,6 @@ limitations under the License. package srctx const ( - Version = "v0.10.3" + Version = "v0.10.4" RepoUrl = "https://github.com/williamfzc/srctx" )