From a4b2e8178da2d71a7a1d6f0f36e64de9947669ca Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Mon, 17 Jun 2024 02:41:59 +0800 Subject: [PATCH] Chore: dep Version typo --- script/build.config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.config.sh b/script/build.config.sh index 8f1cef4..3d5780d 100644 --- a/script/build.config.sh +++ b/script/build.config.sh @@ -59,7 +59,7 @@ function initDep() { setDefault "WEB_REPO" "${repo_owner}/synctv-web" setDefault "SKIP_INIT_WEB" "" - echo -e "${COLOR_LIGHT_BLUE}version:${COLOR_RESET} ${COLOR_LIGHT_CYAN}${VERSION}${COLOR_RESET}" + echo -e "${COLOR_LIGHT_BLUE}Version:${COLOR_RESET} ${COLOR_LIGHT_CYAN}${VERSION}${COLOR_RESET}" addLDFLAGS "-X 'github.com/synctv-org/synctv/internal/version.Version=${VERSION}'" setDefault "WEB_VERSION" "${VERSION}"