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