v2.2.0
diff --git a/conanfile.py b/conanfile.py
index ea66ccb..6d24a73 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -4,7 +4,7 @@
 
 class CatchConan(ConanFile):
     name = "Catch"
-    version = "2.1.2"
+    version = "2.2.0"
     description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
     author = "philsquared"
     generators = "cmake"