Skip to content

Commit

Permalink
conan 1.60.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Feb 16, 2023
1 parent 95336b8 commit aef2eea
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.59.0-dev'
__version__ = '1.60.0-dev'
2 changes: 2 additions & 0 deletions conans/client/migrations_settings.py
Expand Up @@ -4343,3 +4343,5 @@
"""

settings_1_59_0 = settings_1_58_0

settings_1_60_0 = settings_1_59_0

0 comments on commit aef2eea

Please sign in to comment.