File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.21
6+ name : 1.0.22
77trigger :
88 branches :
99 include :
Original file line number Diff line number Diff 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.21 " ;
52+ readonly string version = "1.0.22 " ;
5353
5454 /// <summary>
5555 /// Resp protocol version
You can’t perform that action at this time.
0 commit comments