From b0e269b286f5502a226986d3dac772992f946935 Mon Sep 17 00:00:00 2001 From: Vasileios Zois <96085550+vazois@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:09:15 -0800 Subject: [PATCH] release new version (#819) --- .azure/pipelines/azure-pipelines-external-release.yml | 2 +- libs/host/GarnetServer.cs | 2 +- main/GarnetServer/GarnetServer.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure/pipelines/azure-pipelines-external-release.yml b/.azure/pipelines/azure-pipelines-external-release.yml index aa6e61c905..a3bf136113 100644 --- a/.azure/pipelines/azure-pipelines-external-release.yml +++ b/.azure/pipelines/azure-pipelines-external-release.yml @@ -4,7 +4,7 @@ # 2) update \libs\host\GarnetServer.cs readonly string version (~line 32) -- NOTE - these two values need to be the same # 3) update the version in GarnetServer.csproj (~line 8) ###################################### -name: 1.0.39 +name: 1.0.40 trigger: branches: include: diff --git a/libs/host/GarnetServer.cs b/libs/host/GarnetServer.cs index 4646ca581d..fc519a0ea2 100644 --- a/libs/host/GarnetServer.cs +++ b/libs/host/GarnetServer.cs @@ -29,7 +29,7 @@ namespace Garnet public class GarnetServer : IDisposable { // IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~7 and GarnetServer.csproj line ~8. - readonly string version = "1.0.39"; + readonly string version = "1.0.40"; internal GarnetProvider Provider; diff --git a/main/GarnetServer/GarnetServer.csproj b/main/GarnetServer/GarnetServer.csproj index a29f77ef49..a9ba98bdf6 100644 --- a/main/GarnetServer/GarnetServer.csproj +++ b/main/GarnetServer/GarnetServer.csproj @@ -5,7 +5,7 @@ true - 1.0.39 + 1.0.40 garnet-server true garnet-server