From 1a54b02b27c34d49bf3748a997c346f37474566f Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Fri, 29 Nov 2024 11:45:55 -0500 Subject: [PATCH] chore: Release geph4-client version 4.99.20 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a595609..b1dafd6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2738,7 +2738,7 @@ dependencies = [ [[package]] name = "geph4-client" -version = "4.99.19" +version = "4.99.20" dependencies = [ "acidjson", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 135b6ab0..57219743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geph4-client" -version = "4.99.19" +version = "4.99.20" authors = ["nullchinchilla "] edition = "2021" description = "Geph client"