fix: update the user agent

This commit is contained in:
Dan Anglin 2024-08-23 02:40:13 +01:00
parent cc5e3f0044
commit 987f8caa1c
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -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 {