diff --git a/hathor/cli/openapi_files/openapi_base.json b/hathor/cli/openapi_files/openapi_base.json index 8c381595b..4ebc82659 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.57.0" + "version": "0.58.0" }, "consumes": [ "application/json" diff --git a/hathor/version.py b/hathor/version.py index 3003f06e8..1f6b94328 100644 --- a/hathor/version.py +++ b/hathor/version.py @@ -19,7 +19,7 @@ from structlog import get_logger -BASE_VERSION = '0.57.0' +BASE_VERSION = '0.58.0' DEFAULT_VERSION_SUFFIX = "local" BUILD_VERSION_FILE_PATH = "./BUILD_VERSION" diff --git a/pyproject.toml b/pyproject.toml index f96e3b78c..f6b8e838f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [tool.poetry] name = "hathor" -version = "0.57.0" +version = "0.58.0" description = "Hathor Network full-node" authors = ["Hathor Team "] license = "Apache-2.0"