Skip to content

Commit

Permalink
conan 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jul 28, 2022
1 parent 501cbf5 commit c096ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conans/__init__.py
Expand Up @@ -20,4 +20,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.50.0'
__version__ = '1.50.1'
1 change: 1 addition & 0 deletions conans/client/migrations_settings.py
Expand Up @@ -3713,3 +3713,4 @@
"""

settings_1_50_0 = settings_1_49_0
settings_1_50_1 = settings_1_50_0

0 comments on commit c096ae4

Please sign in to comment.