Skip to content

Commit

Permalink
Conan 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Dec 18, 2024
1 parent bd20ea2 commit 15d015c
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.11.0-dev'
__version__ = '2.11.0'
conan_version = _Version(__version__)

0 comments on commit 15d015c

Please sign in to comment.