From 8190ccb84f0b9f1d199af8ca7041eb6958741895 Mon Sep 17 00:00:00 2001 From: Wr4thon Date: Fri, 7 May 2021 12:01:07 +0200 Subject: [PATCH] updated Version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4445cb..a30fb71 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This libary is a wrapper around the Go RabbitMQ Client Library. https://github.c Supported Go Versions -This library supports two most recent Go, currently 1.13 +This library supports two most recent Go, currently 1.16 ## INSTALL ```bash -go get github.com/Wr4thon/gorabbitmq/v3 +go get github.com/Wr4thon/gorabbitmq/v4 ``` ## USAGE