Skip to content

Commit

Permalink
Update version to 1.0.4 (#234)
Browse files Browse the repository at this point in the history
* Update azure-pipelines-external-release.yml
* Update GarnetServer.cs
* fix newline
  • Loading branch information
badrishc committed Apr 4, 2024
1 parent 12b5b48 commit fed14fe
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.3
name: 1.0.4
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.3";
readonly string version = "1.0.4";

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

0 comments on commit fed14fe

Please sign in to comment.