Skip to content

Commit

Permalink
change release version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyang90 committed May 1, 2021
1 parent c3f8ca1 commit 7a03092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/version.inc
Expand Up @@ -4,7 +4,7 @@ PROJECT(TDengine)
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "2.0.20.0")
SET(TD_VER_NUMBER "2.1.0.0")
ENDIF ()

IF (DEFINED VERCOMPATIBLE)
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: tdengine
base: core18
version: '2.0.20.0'
version: '2.1.0.0'
icon: snap/gui/t-dengine.svg
summary: an open-source big data platform designed and optimized for IoT.
description: |
Expand Down Expand Up @@ -72,7 +72,7 @@ parts:
- usr/bin/taosd
- usr/bin/taos
- usr/bin/taosdemo
- usr/lib/libtaos.so.2.0.20.0
- usr/lib/libtaos.so.2.1.0.0
- usr/lib/libtaos.so.1
- usr/lib/libtaos.so

Expand Down

0 comments on commit 7a03092

Please sign in to comment.