Skip to content

Commit

Permalink
see MOD-6684, bump version 2.6.10 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaacovHazan committed Mar 31, 2024
1 parent 18bc110 commit 92795c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redis_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "redis_json"
version = "2.6.9"
version = "2.6.10"
authors = ["Guy Korland <guy.korland@redis.com>", "Meir Shpilraien <meir@redis.com>", "Omer Shadmi <omer.shadmi@redis.com>"]
edition.workspace = true
description = "JSON data type for Redis"
Expand Down
2 changes: 1 addition & 1 deletion redis_json/src/lib.rs
Expand Up @@ -241,7 +241,7 @@ redis_json_module_create! {
data_types: [REDIS_JSON_TYPE],
pre_command_function: pre_command,
get_manage: Some(ivalue_manager::RedisIValueJsonKeyManager{phantom:PhantomData}),
version: 02_06_09,
version: 02_06_10,
init: dummy_init,
info: dummy_info,
}

0 comments on commit 92795c4

Please sign in to comment.