Skip to content

Commit 24ec133

Browse files
authored
[2.2] Bump version to 2.2.0 (RedisJSON#783)
1 parent c2e657b commit 24ec133

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["edition2021"]
22

33
[package]
44
name = "redisjson"
5-
version = "99.99.99"
5+
version = "2.2.0"
66
authors = ["Guy Korland <guy.korland@redis.com>", "Meir Shpilraien <meir@redis.com>", "Omer Shadmi <omer.shadmi@redis.com>"]
77
edition = "2021"
88
description = "JSON data type for Redis"

build/docker/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ REDIS_VERSION=6.2.7
99

1010
OSNICK.official=bullseye
1111

12-
INT_BRANCHES=2.0 1.2 1.0
12+
INT_BRANCHES=2.2 2.0 1.2 1.0
1313
LATEST_BRANCH=2.0
14-
PREVIEW_BRANCH=2.0
14+
PREVIEW_BRANCH=2.2
1515

1616
ART_DIR=$(ROOT)/bin/artifacts
1717

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ redis_json_module_create! {
244244
_ => None,
245245
}
246246
},
247-
version: 99_99_99,
247+
version: 02_02_00,
248248
init: dummy_init,
249249
info: dummy_info,
250250
}

tests/qa/RS_VERSIONS

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
6.0.20-101
55
6.2.4-54
66
6.2.8-53
7-
6.2.10-83
8-
6.2.12-17
7+
6.2.10-100
8+
6.2.12-37

0 commit comments

Comments
 (0)