From 17d308a3ac93ae35cd4a40688742d3461ee8333d Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 15 Mar 2024 10:06:53 -0700 Subject: [PATCH] Version 3.3.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f57b93..e066ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.4" +version = "3.3.5" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]