From 66d45f5aa88cf84804561d7084fd92c522eadd7d Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Sun, 29 Dec 2024 18:26:22 -0500 Subject: [PATCH] chore: Release geph4-client version 4.99.24 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cdf8997..176cc942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2738,7 +2738,7 @@ dependencies = [ [[package]] name = "geph4-client" -version = "4.99.23" +version = "4.99.24" dependencies = [ "acidjson", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dac91055..842ed590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geph4-client" -version = "4.99.23" +version = "4.99.24" authors = ["nullchinchilla "] edition = "2021" description = "Geph client"