We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee86ae commit 59e2214Copy full SHA for 59e2214
1 file changed
conanfile.py
@@ -4,7 +4,7 @@
4
5
class ExampleRecipe(ConanFile):
6
name = "cmake-project"
7
- version = "1.1.1"
+ version = "1.2.1"
8
description = "C/C++ 项目的 CMake 模板。"
9
languages = "C++"
10
author = "DavidingPlus"
0 commit comments