summaryrefslogtreecommitdiff
path: root/internal/http/http.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
commit6da4645081e94fe197c62f92d7af37b2428d6e65 (patch)
treefb8dbc94c997798a435fda014e82e1bb58591608 /internal/http/http.go
parentafc37f438fd0116b1dc7615b75e2db8472f6352b (diff)
Version: Downgrade to 0.99.0
Diffstat (limited to 'internal/http/http.go')
-rw-r--r--internal/http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go
index c31ed5e..a539671 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.0.0")
+ UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/0.99.0")
}