From d3e9bc8e61013fad0176f188135f3ee2ed231666 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Thu, 30 Jun 2022 17:12:26 +0800 Subject: [PATCH] fix unit test issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85add9d8..02e80d2a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=3.0.0_beta1 +VERSION=3.0.0 PROJECT=ztf QINIU_DIR=/Users/aaron/work/zentao/qiniu/ QINIU_DIST_DIR=${QINIU_DIR}${PROJECT}/${VERSION}/ -- GitLab