diff options
| author | Adnan Maolood <[email protected]> | 2021-12-18 12:51:04 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-12-18 12:51:04 -0500 |
| commit | 0ceec227054da43d932d6065e143d1cef95c435a (patch) | |
| tree | eb39dfd3e4620bc32dba6b2f6db66093c7558a74 | |
| parent | mux: Tweak documentation (diff) | |
| download | go-gemini-0ceec227054da43d932d6065e143d1cef95c435a.tar.xz go-gemini-0ceec227054da43d932d6065e143d1cef95c435a.zip | |
readme: Update Gemini specification version
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |