Skip to content

Commit

Permalink
Conan 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Dec 10, 2024
1 parent 1c9f5c1 commit c3b529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from conans.model.conan_file import ConanFile
from conan.tools.scm import Version as _Version

__version__ = '2.10.1'
__version__ = '2.10.2'
conan_version = _Version(__version__)

0 comments on commit c3b529e

Please sign in to comment.