summaryrefslogtreecommitdiff
path: root/internal/http
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-18 11:16:03 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-04-18 14:05:19 +0200
commitce637cb12e8ea517dd7b48becf1151fab05d5fbf (patch)
tree3a04edcfd683181b62bf3f19a0a2b8516b2cc717 /internal/http
parent085ef1f73e991ce49fb0d47ffbf31d4cdf6aed17 (diff)
Version: Update to 1.1.01.1.0
Diffstat (limited to 'internal/http')
-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..5d1b8c2 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/1.1.0")
}