aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-12-18 12:51:04 -0500
committerAdnan Maolood <[email protected]>2021-12-18 12:51:04 -0500
commit0ceec227054da43d932d6065e143d1cef95c435a (patch)
treeeb39dfd3e4620bc32dba6b2f6db66093c7558a74
parentmux: Tweak documentation (diff)
downloadgo-gemini-0ceec227054da43d932d6065e143d1cef95c435a.tar.xz
go-gemini-0ceec227054da43d932d6065e143d1cef95c435a.zip
readme: Update Gemini specification version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c18ce5f..68a8ef0 100644
--- a/README.md
+++ b/README.md
@@ -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