summaryrefslogtreecommitdiff
path: root/internal/http/http.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
commit56e65da14612516103e152524d19763ceb28013f (patch)
tree7dcbbc3bebea9c0b5fc8df9e44142cb80dccee67 /internal/http/http.go
parent48a6b4c90f0e4e0beb7c30e6351ab2b4352e4f5d (diff)
Version: Update to 1.0.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 a539671..c31ed5e 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/0.99.0")
+ UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.0.0")
}