From 1ee57ae13a4d42c44fe6259f2a2d48f0cd20519a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 29 Aug 2023 16:25:51 +0200 Subject: Version: Update to 1.1.1 --- internal/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/http') diff --git a/internal/http/http.go b/internal/http/http.go index 5d1b8c2..24954bd 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -248,5 +248,5 @@ func (e *StatusError) Error() string { // RegisterAgent registers the user agent for client and version func RegisterAgent(client string, version string) { - UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.1.0") + UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.1.1") } -- cgit v1.2.3