From 6009b0df371557a9b6319467536872b37996cc74 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 26 Apr 2023 12:47:59 +0200 Subject: Version: Update to 2.0.0 --- 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 a872750..58e8f05 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.2") + UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/2.0.0") } -- cgit v1.2.3