From 144940bbf4dee60f0a76b1d782e9ee3c5bb440cb Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Tue, 13 Aug 2024 17:34:24 -0400 Subject: [PATCH] Update geph4-client version to 4.99.0-actuallyfive.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 238367eb..d274fd6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2814,7 +2814,7 @@ dependencies = [ [[package]] name = "geph4-client" -version = "4.99.0-actuallyfive.1" +version = "4.99.0-actuallyfive.2" dependencies = [ "acidjson", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fe69028c..a3d2e46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geph4-client" -version = "4.99.0-actuallyfive.1" +version = "4.99.0-actuallyfive.2" authors = ["nullchinchilla "] edition = "2021" description = "Geph client"