Skip to content

Commit

Permalink
Update version to 1.0.5 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Apr 13, 2024
1 parent c496cdf commit 86a924c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1) update the name: string below (line 6) -- this is the version for the nuget package (e.g. 1.0.0)
# 2) update \libs\host\GarnetServer.cs readonly string version (~line 45) -- NOTE - these two values need to be the same
######################################
name: 1.0.4
name: 1.0.5
trigger: none
resources:
repositories:
Expand Down
2 changes: 1 addition & 1 deletion libs/host/GarnetServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class GarnetServer : IDisposable
protected StoreWrapper storeWrapper;

// IMPORTANT: Keep the version in sync with .azure\pipelines\azure-pipelines-external-release.yml line ~6.
readonly string version = "1.0.4";
readonly string version = "1.0.5";

/// <summary>
/// Resp protocol version
Expand Down

0 comments on commit 86a924c

Please sign in to comment.