From 9ea569671c3b071f39d7a29e655bfb527c591d44 Mon Sep 17 00:00:00 2001 From: czoido Date: Thu, 9 May 2024 10:04:58 +0200 Subject: [PATCH] Conan 2.3.1 --- conans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conans/__init__.py b/conans/__init__.py index 9861a62e8e9..88fe9894efc 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.3.0' +__version__ = '2.3.1'