From 373b1fc58ecfdac53d0cd4a3011ac522bdfd3e85 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 1 Sep 2023 16:28:16 +0200 Subject: Version: Update to 1.1.2 --- 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 24954bd..f3f7563 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.1") + UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.1.2") } -- cgit v1.2.3