We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b50f commit bebbf81Copy full SHA for bebbf81
conan/__init__.py
@@ -1,5 +1,5 @@
1
from conan.internal.model.conan_file import ConanFile
2
from conan.internal.model.version import Version
3
4
-__version__ = '2.12.0-dev'
+__version__ = '2.12.0'
5
conan_version = Version(__version__)
0 commit comments