Skip to content

Commit 96b75ec

Browse files
authored
bump to 1.0.26 (#680)
1 parent c34f790 commit 96b75ec

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.25
6+
name: 1.0.26
77
trigger:
88
branches:
99
include:

libs/host/GarnetServer.cs

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

5252
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
53-
readonly string version = "1.0.25";
53+
readonly string version = "1.0.26";
5454

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

0 commit comments

Comments
 (0)