commit | d14b7563c2f493ad1e1113e18b98409f91b6cde2 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Mar 07 11:01:06 2018 +0100 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Mar 07 11:06:15 2018 +0100 |
tree | a86831300e387774cb1e84ad09274c29ebcfe258 | |
parent | a3d3a633b2367e134049486acbc6cbf6f1d3a4d8 [diff] [blame] |
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"