diff --git a/conans/__init__.py b/conans/__init__.py index d8a442f1763..1ff11cb03de 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.50.0-dev' +__version__ = '1.50.0'