From 1ee225e09eaa84c692a1cbf66d7b1ca63778af4a Mon Sep 17 00:00:00 2001 From: Mark Downie Date: Wed, 12 Apr 2023 23:30:16 -0400 Subject: [PATCH] Bumping the version number as I updated the config file --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65c4bee0..c07097ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: variables: buildConfiguration: 'Release' - version: 3.3 + version: 3.4 steps: - task: UseDotNet@2