Skip to content

Commit 7d866da

Browse files
authored
bump to 1.0.24 (#676)
1 parent 401c185 commit 7d866da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/pipelines/azure-pipelines-external-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1) update the name: string below (line 6) -- this is the version for the nuget package (e.g. 1.0.0)
44
# 2) update \libs\host\GarnetServer.cs readonly string version (~line 53) -- NOTE - these two values need to be the same
55
######################################
6-
name: 1.0.23
6+
name: 1.0.24
77
trigger:
88
branches:
99
include:

libs/host/GarnetServer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class GarnetServer : IDisposable
4949
protected StoreWrapper storeWrapper;
5050

5151
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
52-
readonly string version = "1.0.23";
52+
readonly string version = "1.0.24";
5353

5454
/// <summary>
5555
/// Resp protocol version

0 commit comments

Comments
 (0)