From ff3ef619f24ce72a3b526e8a069d8dbf35006082 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sun, 2 Jun 2019 11:04:11 -0400 Subject: [PATCH] Use full version in go get on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff8a3d..d41cd15 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ websocket is a minimal and idiomatic WebSocket library for Go. ## Install ```bash -go get nhooyr.io/websocket@v1 +go get nhooyr.io/websocket@v1.1.0 ``` ## Features -- GitLab