Skip to content

Commit

Permalink
version 4.0.14.2
Browse files Browse the repository at this point in the history
- fix for #50 - running in Sentinel mode
  • Loading branch information
tporadowski committed Jan 26, 2020
1 parent b51c4e7 commit 017dc98
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified msvs/RedisForWindows.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion msvs/msi/RedisMsi/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Product Id="*"
Name="Redis on Windows"
Language="1033"
Version="4.0.14.1"
Version="4.0.14.2"
Manufacturer="Poradowski.com"
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
<Package InstallerVersion="200"
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/chocolatey/Redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>4.0.14.1</version>
<version>4.0.14.2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/nuget/Redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>4.0.14.1</version>
<version>4.0.14.2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define REDIS_VERSION "4.0.14.1"
#define REDIS_VERSION "4.0.14.2"

0 comments on commit 017dc98

Please sign in to comment.