Version bump to 2.2.0 (#2682)

Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
David Dashyan 2020-02-20 15:30:37 +00:00 committed by GitHub
parent f795301f90
commit 09391351a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -62,4 +62,4 @@ make run
* [라이선스](https://github.com/bigchaindb/bigchaindb/blob/master/LICENSES.md) - 오픈 소스 & 오픈 콘텐츠
* [발행](https://www.bigchaindb.com/imprint/)
* [연락처](https://www.bigchaindb.com/contact/)
* [연락처](https://www.bigchaindb.com/contact/)

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = '2.1.0'
__short_version__ = '2.1'
__version__ = '2.2.0'
__short_version__ = '2.2'
# Supported Tendermint versions
__tm_supported_versions__ = ["0.31.5", "0.22.8"]

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
version: '2.1'
version: '2.2'
services:
# Build: docker-compose build -d bigchaindb