Skip to content

Commit 7016a80

Browse files
authored
Update version to 1.0.14 (#469)
1 parent 34196bc commit 7016a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.13
6+
name: 1.0.14
77
trigger:
88
branches:
99
include:

libs/host/GarnetServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class GarnetServer : IDisposable
4242
protected StoreWrapper storeWrapper;
4343

4444
// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
45-
readonly string version = "1.0.13";
45+
readonly string version = "1.0.14";
4646

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

0 commit comments

Comments
 (0)