Skip to content

Commit

Permalink
MOD 5144: Bump version to 2.4.8 (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadmi committed Jan 18, 2024
1 parent 248a1bf commit d06c956
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 Cargo.toml
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["edition2021"]

[package]
name = "redisjson"
version = "2.4.99"
version = "2.4.8"
authors = ["Guy Korland <guy.korland@redis.com>", "Meir Shpilraien <meir@redis.com>", "Omer Shadmi <omer.shadmi@redis.com>"]
edition = "2021"
description = "JSON data type for Redis"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -253,7 +253,7 @@ redis_json_module_create! {
_ => None,
}
},
version: 02_04_99,
version: 02_04_08,
init: dummy_init,
info: dummy_info,
}

0 comments on commit d06c956

Please sign in to comment.