Skip to content

Commit 3492813

Browse files
authored
Update version to 1.0.21 (#654)
1 parent 2be827a commit 3492813

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.20
6+
name: 1.0.21
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.20";
52+
readonly string version = "1.0.21";
5353

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

0 commit comments

Comments
 (0)