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