From 50bc864fdd29c04d836f041d4d707ee1fa314821 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Wed, 26 Apr 2023 21:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index e8d2ce3..8abf20e 100644 --- a/build.sh +++ b/build.sh @@ -12,6 +12,9 @@ function RETVAL() { #当前目录 cpath=$(pwd) +ver=`cat server/base/app_ver.go | grep APP_VER | awk '{print $3}' | sed 's/"//g'` +echo "当前版本 $ver" + echo "编译前端项目" cd $cpath/web #国内可替换源加快速度