Skip to content

Commit

Permalink
Update version to 1.0.7 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaas committed May 2, 2024
1 parent 3a4b349 commit ca30044
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.6
name: 1.0.7
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 @@ -42,7 +42,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.6";
readonly string version = "1.0.7";

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

0 comments on commit ca30044

Please sign in to comment.