From da8361492129569f936c833984004beb09737929 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 22 Jul 2024 21:05:59 +0200 Subject: [PATCH] Update version to stable 1.4.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 74341e7..15a688f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ trigger: - main variables: - BASE_VERSION: 1.4.0 + BASE_VERSION: 1.4.1 BUILD_NUMBER: $[counter(format('{0}_{1}', variables['BASE_VERSION'], variables['Build.SourceBranch']), 1)] PACKAGE_VERSION: $(BASE_VERSION).$(BUILD_NUMBER) CONFIGURATION: 'Release'