From 987f8caa1c50fa6fab63fc8c044205a8e64423b3 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Fri, 23 Aug 2024 02:40:13 +0100 Subject: [PATCH] fix: update the user agent --- internal/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/client/client.go b/internal/client/client.go index d261c24..20b8b45 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -16,7 +16,7 @@ import ( const ( applicationJSON string = "application/json; charset=utf-8" redirectURI string = "urn:ietf:wg:oauth:2.0:oob" - userAgent string = "Enbas/0.0.0" + userAgent string = "Enbas/0.2.0" ) type Client struct {