Merge pull request #20581 from taosdata/release/xlli/v3.0.3.1

release: upgrdate default version to 3.0.3.1
This commit is contained in:
Shengliang Guan 2023-03-22 09:08:52 +08:00 committed by GitHub
commit 0d09f322f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "3.0.3.0")
SET(TD_VER_NUMBER "3.0.3.1")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)