diff --git a/hathor/cli/openapi_files/openapi_base.json b/hathor/cli/openapi_files/openapi_base.json index c92cbb0b0..1374ff343 100644 --- a/hathor/cli/openapi_files/openapi_base.json +++ b/hathor/cli/openapi_files/openapi_base.json @@ -7,7 +7,7 @@ ], "info": { "title": "Hathor API", - "version": "0.62.0" + "version": "0.63.0" }, "consumes": [ "application/json" diff --git a/hathor/version.py b/hathor/version.py index 7b4749024..abee02e14 100644 --- a/hathor/version.py +++ b/hathor/version.py @@ -19,7 +19,7 @@ from structlog import get_logger -BASE_VERSION = '0.62.0' +BASE_VERSION = '0.63.0' DEFAULT_VERSION_SUFFIX = "local" BUILD_VERSION_FILE_PATH = "./BUILD_VERSION" diff --git a/pyproject.toml b/pyproject.toml index ffb6b8620..70fa83eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [tool.poetry] name = "hathor" -version = "0.62.0" +version = "0.63.0" description = "Hathor Network full-node" authors = ["Hathor Team "] license = "Apache-2.0"