From 7d48d8538f907f4663771ee49cd18efc8bf6585e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 10 May 2020 20:09:44 +0300 Subject: Set different user agent --- interface/gomuks.go | 1 + 1 file changed, 1 insertion(+) (limited to 'interface') diff --git a/interface/gomuks.go b/interface/gomuks.go index ada1b87..e269071 100644 --- a/interface/gomuks.go +++ b/interface/gomuks.go @@ -25,6 +25,7 @@ type Gomuks interface { Matrix() MatrixContainer UI() GomuksUI Config() *config.Config + Version() string Start() Stop(save bool) -- cgit v1.2.3