increment version number of release

This commit is contained in:
Johann150 2021-02-06 10:08:41 +01:00
parent 4471607f96
commit bc165876cc
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
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. # It is not intended for manual editing.
[[package]] [[package]]
name = "agate" name = "agate"
version = "2.3.0" version = "2.4.0"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"getopts", "getopts",

View file

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