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