From 56e65da14612516103e152524d19763ceb28013f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 1 Mar 2023 15:20:55 +0100 Subject: Version: Update to 1.0.0 --- internal/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/http/http.go b/internal/http/http.go index a539671..c31ed5e 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/0.99.0") + UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.0.0") } -- cgit v1.2.3