From c5427133ec9c4f8721f50c2a7b0562543b5e8ec9 Mon Sep 17 00:00:00 2001 From: Philipp Bauer Date: Thu, 11 Jan 2024 11:15:02 -0600 Subject: [PATCH] Update to v2.6.0 --- azure-pipelines-photino.native-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-photino.native-prod.yml b/azure-pipelines-photino.native-prod.yml index 29ba6f3..4e14f72 100644 --- a/azure-pipelines-photino.native-prod.yml +++ b/azure-pipelines-photino.native-prod.yml @@ -6,7 +6,7 @@ trigger: variables: major: 2 - minor: 5 + minor: 6 patch: $[counter(variables['minor'], 0)] #this will reset when we bump minor buildConfiguration: "Release"