Merge pull request #22418 from taosdata/tomchon-patch-5

test:update base version 3.1.1.0
This commit is contained in:
wade zhang 2023-08-14 14:55:28 +08:00 committed by GitHub
commit 0fc4546c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import threading
import time
import json
BASEVERSION = "3.1.0.0"
BASEVERSION = "3.1.1.0"
class TDTestCase: