Skip to content

Commit 21c4f21

Browse files
committed
Version 2.6.2
1 parent 64df531 commit 21c4f21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis_json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis_json"
3-
version = "2.6.99"
3+
version = "2.6.2"
44
authors = ["Guy Korland <guy.korland@redis.com>", "Meir Shpilraien <meir@redis.com>", "Omer Shadmi <omer.shadmi@redis.com>"]
55
edition.workspace = true
66
description = "JSON data type for Redis"

redis_json/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ redis_json_module_create! {
233233
data_types: [REDIS_JSON_TYPE],
234234
pre_command_function: pre_command,
235235
get_manage: Some(ivalue_manager::RedisIValueJsonKeyManager{phantom:PhantomData}),
236-
version: 99_99_99,
236+
version: 02_06_02,
237237
init: dummy_init,
238238
info: dummy_info,
239239
}

0 commit comments

Comments
 (0)