Skip to content

Commit cab7e2b

Browse files
authored
Update to v1.0.17 (#544)
1 parent cb74c6b commit cab7e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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 45) -- NOTE - these two values need to be the same
55
######################################
6-
name: 1.0.16
6+
name: 1.0.17
77
trigger:
88
branches:
99
include:

Diff for: libs/host/GarnetServer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class GarnetServer : IDisposable
4343
protected StoreWrapper storeWrapper;
4444

4545
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
46-
readonly string version = "1.0.16";
46+
readonly string version = "1.0.17";
4747

4848
/// <summary>
4949
/// Resp protocol version

0 commit comments

Comments
 (0)