From a1d85a367632b2febbc33462bab060a4b13ab75e Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 22 Mar 2024 08:58:55 -0700 Subject: [PATCH] Version 3.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 344596e..d49e615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.5" +version = "3.3.6" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]