readme: Update Gemini specification version

This commit is contained in:
Adnan Maolood 2021-12-18 12:51:04 -05:00
parent 3d2110d90f
commit 0ceec22705
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space
in Go. It provides an API similar to that of net/http to facilitate the
development of Gemini clients and servers.
Compatible with version v0.14.3 of the Gemini specification.
Compatible with version v0.16.0 of the Gemini specification.
## Usage