summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-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 24954bd..f3f7563 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.1.1")
+ UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.1.2")
}