From 1495470c91c9bc6e4cbd9aff9e8e4cea09f472dc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 23 Jul 2024 21:20:11 -0700 Subject: [PATCH] chore: bump release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8496f1..404b6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,7 +2143,7 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "september" -version = "0.2.27" +version = "0.2.28" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e9e88b8..7e8b851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.27" +version = "0.2.28" authors = ["Fuwn "] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy."