diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-05 20:16:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-05-05 20:16:38 +0300 |
commit | a74e2bcb7d3262073d05aa89140b1d202b7f179d (patch) | |
tree | 2f207931cd694c8254dc920f2174c53719e32024 /telegabber.go | |
parent | a3f6d5f77402bf4a4d3fa01297f9fd78cc69a3b3 (diff) |
Mute/unmute whole chats with no argumentsv1.9.4
Diffstat (limited to 'telegabber.go')
-rw-r--r-- | telegabber.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegabber.go b/telegabber.go index c39d91d..9e71887 100644 --- a/telegabber.go +++ b/telegabber.go @@ -16,7 +16,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.9.3" +var version string = "1.9.4" var commit string var sm *goxmpp.StreamManager |