v2.2.3
diff --git a/conanfile.py b/conanfile.py
index a394958..716ca42 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -4,7 +4,7 @@
 
 class CatchConan(ConanFile):
     name = "Catch"
-    version = "2.2.2"
+    version = "2.2.3"
     description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
     author = "philsquared"
     generators = "cmake"