diff --git a/conanfile.py b/conanfile.py index a0d0129c96e2e238afd58b52932a6291a2617e5d..ba91df218a0aa70e333c637e26206c2f64d3eea6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -24,7 +24,7 @@ from conans import ConanFile, CMake class ProjectPhoenix(ConanFile): name = "phx" - version = "17.11.0" + version = "17.12.0" license = "3-Clause BSD License" description = """Project Phoenix""" settings = "os", "compiler", "build_type", "arch"