From 31280ea678d3b8e4f2194c1868aad905bb352e36 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Tue, 3 Sep 2019 19:29:29 -0500 Subject: [PATCH] Bump version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3f7d9..4091736 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ websocket is a minimal and idiomatic WebSocket library for Go. ## Install ```bash -go get nhooyr.io/websocket@v1.5.0 +go get nhooyr.io/websocket@v1.5.1 ``` ## Features -- GitLab