From 668f6cdca9106a657f2c9f051e5f4a3ee074d928 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 23 Feb 2024 05:16:10 +0000 Subject: [PATCH] [CI Pipeline] Released Minor version: 4.3.0-3f9bbbefc8 --- pom.xml | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 48e4736..9a3f98e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-client - 4.2.27-af48744214 + 4.3.0-3f9bbbefc8 ${project.groupId}:${project.artifactId} UID2 Client diff --git a/version.json b/version.json index 653db03..0ff8c3e 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "4.2", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } } +{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "4.3", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }