Merge pull request #22398 from taosdata/update_release_version

update release version on main branch
This commit is contained in:
Hui Li 2023-08-10 18:19:06 +08:00 committed by GitHub
commit c5dd1c5578
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.1.0.1.alpha")
SET(TD_VER_NUMBER "3.1.0.2.alpha")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)