Skip to content

Commit b704179

Browse files
authored
Update release of RedisJSON, RedisTS and RedisBloom 7.99.4 (redis#13850)
1 parent 557e0b1 commit b704179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/redisbloom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR = src
2-
MODULE_VERSION = v7.99.2
2+
MODULE_VERSION = v7.99.4
33
MODULE_REPO = https://github.com/redisbloom/redisbloom
44
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redisbloom.so
55

modules/redisjson/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR = src
2-
MODULE_VERSION = v7.99.2
2+
MODULE_VERSION = v7.99.4
33
MODULE_REPO = https://github.com/redisjson/redisjson
44
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so
55

modules/redistimeseries/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR = src
2-
MODULE_VERSION = v7.99.2
2+
MODULE_VERSION = v7.99.4
33
MODULE_REPO = https://github.com/redistimeseries/redistimeseries
44
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redistimeseries.so
55

0 commit comments

Comments
 (0)