From 4926e1e81252a0d2922f237eaad5bc9b7ec90c07 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:26:36 +0000 Subject: [PATCH] Update version for release 185 Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- version.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/version.json b/version.json index 32010ea4..4c8f04bb 100644 --- a/version.json +++ b/version.json @@ -1,12 +1,12 @@ { "Core": { - "Logging": "1.4.4", - "Metrics": "1.5.3", - "Tracing": "1.3.2" + "Logging": "1.5.0", + "Metrics": "1.6.0", + "Tracing": "1.4.0" }, "Utilities": { - "Parameters": "1.1.2", - "Idempotency": "1.0.0", - "BatchProcessing": "1.0.0" + "Parameters": "1.2.0", + "Idempotency": "1.1.0", + "BatchProcessing": "1.1.0" } }