diff --git a/conans/__init__.py b/conans/__init__.py index 78a7fc41509..0805bcf165b 100644 --- a/conans/__init__.py +++ b/conans/__init__.py @@ -20,4 +20,4 @@ SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions DEFAULT_REVISION_V1 = "0" -__version__ = '1.58.0-dev' +__version__ = '1.58.0'