Skip to content

Commit

Permalink
conan 1.52.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jul 28, 2022
1 parent 9f13ef6 commit 5251fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 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.51.0-dev'
__version__ = '1.52.0-dev'
2 changes: 2 additions & 0 deletions conans/client/migrations_settings.py
Expand Up @@ -3716,3 +3716,5 @@
settings_1_50_1 = settings_1_50_0

settings_1_51_0 = settings_1_50_1

settings_1_52_0 = settings_1_51_0

0 comments on commit 5251fbc

Please sign in to comment.