Version 2.3.0

This commit is contained in:
Matt Brubeck 2021-01-16 18:28:29 -08:00
parent 21e16e9a9c
commit 3d7a28a6bd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "agate"
version = "2.2.0"
version = "2.3.0"
dependencies = [
"env_logger",
"getopts",

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "2.2.0"
version = "2.3.0"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
description = "Very simple server for the Gemini hypertext protocol"
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]