From 7198db4ef3d6e9daaa8faa42894c8e0f6a4e0af1 Mon Sep 17 00:00:00 2001 From: jonssonyan Date: Sun, 6 Oct 2024 23:50:16 +0800 Subject: [PATCH] fix: version --- docker-build.sh | 2 +- model/constant/system.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-build.sh b/docker-build.sh index 6ae4950..37d28f8 100644 --- a/docker-build.sh +++ b/docker-build.sh @@ -5,7 +5,7 @@ export PATH init_var() { ECHO_TYPE="echo -e" - version=0.0.9 + version=0.0.10 arch_arr="linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x" } diff --git a/model/constant/system.go b/model/constant/system.go index 11a1374..e6b4dbb 100644 --- a/model/constant/system.go +++ b/model/constant/system.go @@ -15,5 +15,5 @@ const ( TokenType = "Bearer" - Version = "v0.0.9" + Version = "v0.0.10" )