From 81b195262350a13525a44a0b079c9a4eab9fb1cd Mon Sep 17 00:00:00 2001 From: czoido Date: Tue, 20 Jun 2023 16:39:02 +0200 Subject: [PATCH] Conan 2.0.7 --- conans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conans/__init__.py b/conans/__init__.py index 08c8f67c8cd..0eaa1aba880 100644 --- a/conans/__init__.py +++ b/conans/__init__.py @@ -2,4 +2,4 @@ REVISIONS = "revisions" # Only when enabled in config, not by default look at server_launcher.py OAUTH_TOKEN = "oauth_token" -__version__ = '2.0.6' +__version__ = '2.0.7'