Skip to content

Commit

Permalink
update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 6, 2021
1 parent 300d03b commit 1850fa0
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.41.0-dev'
__version__ = '1.42.0-dev'
2 changes: 2 additions & 0 deletions conans/client/migrations_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2687,3 +2687,5 @@
cppstd: [None, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23] # Deprecated, use compiler.cppstd
"""

settings_1_42_0 = settings_1_41_0

0 comments on commit 1850fa0

Please sign in to comment.